commit | 00ee4800348236184d8aaa3b8285a9e2a3df712d | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun Jul 12 23:11:20 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jul 13 15:14:23 2009 -0700 |
tree | 2604d37a1f3ea6a6eba4f372bbff86eab314b037 | |
parent | aa37173500f221298fa618b5ca8b4814aff5ef31 [diff] |
implement Mutex and Condition with pthread instead of calling futex directly. internally pthread uses futex. the implementation consists of simple inlines there are no implementation files anymore.