HomeSort by relevance Sort by last modified time
    Searched refs:RunningForTest (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
signalthread_unittest.cc 36 EXPECT_FALSE(worker()->RunningForTest()); // not started yet
42 EXPECT_TRUE(worker()->RunningForTest()); // not stopped yet
48 EXPECT_TRUE(worker()->RunningForTest()); // not stopped yet
thread.h 205 bool RunningForTest() { return running(); }
thread_unittest.cc 259 EXPECT_TRUE(cthread->RunningForTest());
262 EXPECT_FALSE(cthread->RunningForTest());

Completed in 131 milliseconds