Searched defs:crit_sect (Results 1 – 5 of 5) sorted by relevance
32 explicit ProtectedCount(CriticalSectionWrapper* crit_sect) in ProtectedCount()78 CriticalSectionWrapper* crit_sect = in TEST_F() local105 CriticalSectionWrapper* crit_sect = in TEST_F() local
120 void ConditionVariableEventWin::SleepCS(CriticalSectionWrapper& crit_sect) { in SleepCS()124 bool ConditionVariableEventWin::SleepCS(CriticalSectionWrapper& crit_sect, in SleepCS()
72 void ConditionVariablePosix::SleepCS(CriticalSectionWrapper& crit_sect) { in SleepCS()78 bool ConditionVariablePosix::SleepCS(CriticalSectionWrapper& crit_sect, in SleepCS()
83 void ConditionVariableNativeWin::SleepCS(CriticalSectionWrapper& crit_sect) { in SleepCS()87 bool ConditionVariableNativeWin::SleepCS(CriticalSectionWrapper& crit_sect, in SleepCS()
189 rtc::scoped_ptr<CriticalSectionWrapper> crit_sect( in TEST() local