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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.h211 // AutoThread automatically installs itself at construction
215 class AutoThread : public Thread { class in namespace:talk_base
217 AutoThread(SocketServer* ss = 0);
218 virtual ~AutoThread();
H A Dthread.cc388 AutoThread thread;
390 ASSERT(current_thread != NULL); // AutoThread ensures this
502 AutoThread::AutoThread(SocketServer* ss) : Thread(ss) { function in class:talk_base::AutoThread
508 AutoThread::~AutoThread() {

Completed in 42 milliseconds