Page Speed Optimization Libraries
1.13.35.1
|
Implementation of ThreadSystem::CondvarCapableMutexMutex for Pthread mutexes. More...
#include "pthread_mutex.h"
Public Member Functions | |
virtual bool | TryLock () |
Attempt to take mutex, true on success, false if held by another thread. | |
virtual void | Lock () |
Block until mutex is available, then take the mutex. | |
virtual void | Unlock () |
Release the mutex, permitting a blocked lock operation (if any) to proceed. | |
virtual ThreadSystem::Condvar * | NewCondvar () |
Creates a new condition variable associated with 'this' mutex. | |
Public Member Functions inherited from net_instaweb::AbstractMutex | |
virtual void | DCheckLocked () |
virtual void | DCheckUnlocked () |
Friends | |
class | PthreadCondvar |
Implementation of ThreadSystem::CondvarCapableMutexMutex for Pthread mutexes.