Searched refs:AutoThread (Results 1 – 5 of 5) sorted by relevance
286 class AutoThread : public Thread {288 explicit AutoThread(SocketServer* ss = 0);289 ~AutoThread() override;292 RTC_DISALLOW_COPY_AND_ASSIGN(AutoThread);
338 AutoThread thread; in Send()514 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) { in AutoThread() function in rtc::AutoThread520 AutoThread::~AutoThread() { in ~AutoThread()
289 AutoThread thread; in TEST()314 AutoThread thread; in TEST()
80 rtc::AutoThread auto_thread; in main()
109 class AutoThread; variable469 friend class remoting::AutoThread;