commit | 1555436473afd296488235f0aa22bb17162a929f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Sun Jul 12 23:11:20 2009 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:51 2013 -0700 |
tree | 6add1b33f4a6b47c2b6a46fa28ada3a71801ce52 | |
parent | d8cc052fafdc7a5580a36d1b27f819551e6f06ac [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.