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

  /external/chromium_org/third_party/webrtc/base/
thread.h 297 class ComThread : public Thread {
299 ComThread() {}
300 virtual ~ComThread() { Stop(); }
306 DISALLOW_COPY_AND_ASSIGN(ComThread);
thread.cc 612 void ComThread::Run() {
thread_unittest.cc 515 Thread* thread = new ComThread();

Completed in 91 milliseconds