Implementation of ThreadSystem::CondvarCapableMutexMutex for Pthread mutexes. More...
#include "pthread_mutex.h"
Public Member Functions | |
virtual void | Lock () |
virtual void | Unlock () |
virtual ThreadSystem::Condvar * | NewCondvar () |
Creates a new condition variable associated with 'this' mutex. | |
Friends | |
class | PthreadCondvar |
Implementation of ThreadSystem::CondvarCapableMutexMutex for Pthread mutexes.