Searched refs:_readCondPtr (Results 1 – 4 of 4) sorted by relevance
32 _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()
24 _readCondPtr = ConditionVariableWrapper::CreateConditionVariable(); in RWLockWrapperGeneric()31 delete _readCondPtr; in ~RWLockWrapperGeneric()71 _readCondPtr->WakeAll(); in ReleaseLockExclusive()86 _readCondPtr->SleepCS(*_critSectPtr); in AcquireLockShared()
37 ConditionVariableWrapper* _readCondPtr; variable
61 ConditionVariableWrapper* _readCondPtr; variable