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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_unittest.cc68 int PassCount() { function in class:webrtc::__anon16155::Baton
69 // We don't allow polling PassCount() during a Pass()-call since there is
186 EXPECT_EQ(2 * kNumberOfRounds, baton_.PassCount());
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc75 int PassCount() { function in class:webrtc::__anon33521::Baton
76 // We don't allow polling PassCount() during a Pass()-call since there is
203 EXPECT_EQ(2*kNumberOfRounds, baton_.PassCount());

Completed in 176 milliseconds