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

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_unittest.cc 136 Baton* the_baton = static_cast<Baton*> (obj); local
137 EXPECT_TRUE(the_baton->Grab(kLongWaitMs));
138 EXPECT_TRUE(the_baton->Pass(kLongWaitMs));
  /external/webrtc/src/system_wrappers/source/
condition_variable_unittest.cc 148 Baton* the_baton = static_cast<Baton*> (obj); local
150 EXPECT_TRUE(the_baton->Grab(kLongWaitMs));
152 EXPECT_TRUE(the_baton->Pass(kLongWaitMs));

Completed in 374 milliseconds