OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 158 milliseconds