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

  /external/chromium_org/third_party/webrtc/modules/utility/interface/
process_thread.h 19 class ProcessThread
22 static ProcessThread* CreateProcessThread();
23 static void DestroyProcessThread(ProcessThread* module);
31 virtual ~ProcessThread();
  /external/chromium_org/third_party/webrtc/modules/utility/source/
process_thread_impl.cc 16 ProcessThread::~ProcessThread()
20 ProcessThread* ProcessThread::CreateProcessThread()
25 void ProcessThread::DestroyProcessThread(ProcessThread* module)
51 "ProcessThread");

Completed in 95 milliseconds