|
virtual Condvar * | NewCondvar ()=0 |
| Creates a new condition variable associated with 'this' mutex.
|
|
virtual bool | TryLock () EXCLUSIVE_TRYLOCK_FUNCTION(true)=0 |
| Attempt to take mutex, true on success, false if held by another thread.
|
|
virtual void | Lock () EXCLUSIVE_LOCK_FUNCTION()=0 |
| Block until mutex is available, then take the mutex.
|
|
virtual void | Unlock () UNLOCK_FUNCTION()=0 |
| Release the mutex, permitting a blocked lock operation (if any) to proceed.
|
|
virtual void | DCheckLocked () |
|
virtual void | DCheckUnlocked () |
|
The documentation for this class was generated from the following file: