Searched refs:CheckThread (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | proxy_unittest.cc | 94 void CheckThread() { in CheckThread() function in webrtc::ProxyTest 115 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckThread)); in TEST_F() 123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 154 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F() 165 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread), in TEST_F()
|
/external/libchrome/base/message_loop/ |
D | message_pump_glib.cc | 139 void CheckThread(MessagePumpGlib* pump) { in CheckThread() function 279 CheckThread(this); in Run()
|
/external/stressapptest/src/ |
D | worker.h | 602 class CheckThread : public WorkerThread { 604 CheckThread() {} in CheckThread() function 611 DISALLOW_COPY_AND_ASSIGN(CheckThread);
|
D | sat.cc | 1297 CheckThread *thread = new CheckThread(); in InitializeThreads() 1527 CheckThread *thread = new CheckThread(); in JoinThreads()
|
D | worker.cc | 1426 bool CheckThread::Work() { in Work()
|