Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dthread.h286 class AutoThread : public Thread {
288 explicit AutoThread(SocketServer* ss = 0);
289 ~AutoThread() override;
292 RTC_DISALLOW_COPY_AND_ASSIGN(AutoThread);
Dthread.cc338 AutoThread thread; in Send()
514 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) { in AutoThread() function in rtc::AutoThread
520 AutoThread::~AutoThread() { in ~AutoThread()
Dthread_unittest.cc289 AutoThread thread; in TEST()
314 AutoThread thread; in TEST()
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain.cc80 rtc::AutoThread auto_thread; in main()
/external/libchrome/base/threading/
Dthread_restrictions.h109 class AutoThread; variable
469 friend class remoting::AutoThread;