HomeSort by relevance Sort by last modified time
    Searched defs:crit_sect (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
critical_section_unittest.cc 32 explicit ProtectedCount(CriticalSectionWrapper* crit_sect)
33 : crit_sect_(crit_sect),
78 CriticalSectionWrapper* crit_sect = variable
80 ProtectedCount count(crit_sect);
84 crit_sect->Enter();
92 crit_sect->Leave(); // This frees the thread to act.
96 delete crit_sect;
107 CriticalSectionWrapper* crit_sect = variable
109 ProtectedCount count(crit_sect);
113 crit_sect->Enter(); // Make sure counter stays 0 until we wait for it
    [all...]
  /external/webrtc/src/system_wrappers/source/
critical_section_unittest.cc 45 explicit ProtectedCount(CriticalSectionWrapper* crit_sect)
46 : crit_sect_(crit_sect),
100 CriticalSectionWrapper* crit_sect local
102 ProtectedCount count(crit_sect);
106 crit_sect->Enter();
114 crit_sect->Leave(); // This frees the thread to act.
118 delete crit_sect;
132 CriticalSectionWrapper* crit_sect local
134 ProtectedCount count(crit_sect);
138 crit_sect->Enter(); // Make sure counter stays 0 until we wait for it
    [all...]

Completed in 54 milliseconds