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

  /external/webrtc/talk/app/webrtc/
proxy_unittest.cc 94 void CheckThread() {
115 .WillOnce(InvokeWithoutArgs(this, &ProxyTest::CheckThread));
123 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
133 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
144 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
154 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
165 DoAll(InvokeWithoutArgs(this, &ProxyTest::CheckThread),
  /external/libchrome/base/message_loop/
message_pump_glib.cc 143 void CheckThread(MessagePumpGlib* pump) {
283 CheckThread(this);
  /external/stressapptest/src/
worker.h 602 class CheckThread : public WorkerThread {
604 CheckThread() {}
611 DISALLOW_COPY_AND_ASSIGN(CheckThread);

Completed in 327 milliseconds