commit | ec0f1f6720cd7ecffab54b0dfc2553b55a38e50f | [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 | 58c51e2660462c6573f8a18e47b41f2460d5d1ea | |
parent | 98b34b3fffe50e8e4e62d76631c79edaa0b28b70 [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.