Home
last modified time | relevance | path

Searched refs:CheckThread (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dproxy_unittest.cc94 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/
Dmessage_pump_glib.cc139 void CheckThread(MessagePumpGlib* pump) { in CheckThread() function
279 CheckThread(this); in Run()
/external/stressapptest/src/
Dworker.h602 class CheckThread : public WorkerThread {
604 CheckThread() {} in CheckThread() function
611 DISALLOW_COPY_AND_ASSIGN(CheckThread);
Dsat.cc1297 CheckThread *thread = new CheckThread(); in InitializeThreads()
1527 CheckThread *thread = new CheckThread(); in JoinThreads()
Dworker.cc1426 bool CheckThread::Work() { in Work()