Home
last modified time | relevance | path

Searched refs:_readCondPtr (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Drw_lock_win.cc32 _readCondPtr(NULL), in RWLockWindows()
44 delete _readCondPtr; in ~RWLockWindows()
98 _readCondPtr = ConditionVariableWrapper::CreateConditionVariable(); in Init()
139 _readCondPtr->WakeAll(); in ReleaseLockExclusive()
159 _readCondPtr->SleepCS(*_critSectPtr); in AcquireLockShared()
Drw_lock_generic.cc24 _readCondPtr = ConditionVariableWrapper::CreateConditionVariable(); in RWLockWrapperGeneric()
31 delete _readCondPtr; in ~RWLockWrapperGeneric()
71 _readCondPtr->WakeAll(); in ReleaseLockExclusive()
86 _readCondPtr->SleepCS(*_critSectPtr); in AcquireLockShared()
Drw_lock_generic.h37 ConditionVariableWrapper* _readCondPtr; variable
Drw_lock_win.h61 ConditionVariableWrapper* _readCondPtr; variable