commit | b1c4ca5ad21ae63cd5af2cfc1be82ba176d25195 | [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 | 5a70f426d9b4cd75638a1b17ae2abd264c59eb55 | |
parent | 56e7c2d6ebbde59555041e3550cbba6824486db1 [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.