Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dcritical_section_unittest.cc43 class ProtectedCount { class
45 explicit ProtectedCount(CriticalSectionWrapper* crit_sect) in ProtectedCount() function in webrtc::__anond9ce0f970111::ProtectedCount
73 bool WaitForCount(int target, ProtectedCount* count) { in WaitForCount()
92 ProtectedCount* the_count = static_cast<ProtectedCount*> (obj); in LockUnlockThenStopRunFunction()
102 ProtectedCount count(crit_sect); in TEST_F()
123 ProtectedCount* the_count = static_cast<ProtectedCount*> (obj); in LockUnlockRunFunction()
134 ProtectedCount count(crit_sect); in TEST_F()