Searched defs:ProcessThread (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/utility/include/
H A Dprocess_thread.h28 class ProcessThread { class in namespace:webrtc
30 virtual ~ProcessThread();
32 static rtc::scoped_ptr<ProcessThread> Create(const char* thread_name);
48 // task object is transferred to the ProcessThread and the object will
50 // construction thread of the ProcessThread instance, if the task did not
/external/webrtc/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc36 ProcessThread::~ProcessThread() {}
39 rtc::scoped_ptr<ProcessThread> ProcessThread::Create(
41 return rtc::scoped_ptr<ProcessThread>(new ProcessThreadImpl(thread_name));

Completed in 173 milliseconds