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

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

Completed in 88 milliseconds