Searched refs:ErrorPollThread (Results 1 – 3 of 3) sorted by relevance
617 class ErrorPollThread : public WorkerThread {619 ErrorPollThread() {} in ErrorPollThread() function623 DISALLOW_COPY_AND_ASSIGN(ErrorPollThread);
1192 ErrorPollThread *thread = new ErrorPollThread(); in InitializeThreads()
2423 bool ErrorPollThread::Work() { in Work()