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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dcondition_variable_unittest.cc39 pass_count_(0) {
57 ++pass_count_;
70 // no guarantee that |pass_count_| is incremented until the Pass()-call
71 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
75 return pass_count_;
130 int pass_count_; member in class:webrtc::__anon16155::Baton
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_unittest.cc43 pass_count_(0) {
63 ++pass_count_;
64 LOG("Pass count is %d", pass_count_);
77 // no guarantee that |pass_count_| is incremented until the Pass()-call
78 // finishes. I.e. the Grab()-call may finish before |pass_count_| has been
82 return pass_count_;
142 int pass_count_; member in class:webrtc::__anon33521::Baton

Completed in 387 milliseconds