Searched refs:AutoThread (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/base/
H A Dthread.h282 // AutoThread automatically installs itself at construction
286 class AutoThread : public Thread { class in namespace:rtc
288 explicit AutoThread(SocketServer* ss = 0);
289 ~AutoThread() override;
292 RTC_DISALLOW_COPY_AND_ASSIGN(AutoThread);
H A Dthread.cc338 AutoThread thread;
340 ASSERT(current_thread != NULL); // AutoThread ensures this
514 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) { function in class:rtc::AutoThread
520 AutoThread::~AutoThread() {
H A Dthread_unittest.cc289 AutoThread thread;
314 AutoThread thread;
/external/webrtc/webrtc/examples/peerconnection/client/linux/
H A Dmain.cc80 rtc::AutoThread auto_thread;
/external/libchrome/base/threading/
H A Dthread_restrictions.h78 class AutoThread;
204 friend class remoting::AutoThread;

Completed in 134 milliseconds