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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcritical_section_unittest.cc30 class ProtectedCount { class in namespace:webrtc::__anon16156
32 explicit ProtectedCount(CriticalSectionWrapper* crit_sect) function in class:webrtc::__anon16156::ProtectedCount
58 bool WaitForCount(int target, ProtectedCount* count) {
72 ProtectedCount* the_count = static_cast<ProtectedCount*>(obj);
80 ProtectedCount count(crit_sect);
100 ProtectedCount* the_count = static_cast<ProtectedCount*>(obj);
109 ProtectedCount count(crit_sect);
/external/webrtc/src/system_wrappers/source/
H A Dcritical_section_unittest.cc43 class ProtectedCount { class in namespace:webrtc::__anon33522
45 explicit ProtectedCount(CriticalSectionWrapper* crit_sect) function in class:webrtc::__anon33522::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 100 milliseconds