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.
1 file changed
tree: 2604d37a1f3ea6a6eba4f372bbff86eab314b037
  1. include/
  2. media/