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

  /external/webrtc/webrtc/base/
thread.h 297 class ComThread : public Thread {
299 ComThread() {}
300 virtual ~ComThread() { Stop(); }
306 RTC_DISALLOW_COPY_AND_ASSIGN(ComThread);
thread.cc 528 void ComThread::Run() {
thread_unittest.cc 720 Thread* thread = new ComThread();

Completed in 55 milliseconds