Searched refs:WorkerThread (Results 1 – 4 of 4) sorted by relevance
204 class WorkerThread {212 WorkerThread();213 virtual ~WorkerThread();405 DISALLOW_COPY_AND_ASSIGN(WorkerThread);409 class FileThread : public WorkerThread {492 class NetworkThread : public WorkerThread {558 class CopyThread : public WorkerThread {571 class InvertThread : public WorkerThread {586 class FillThread : public WorkerThread {603 class CheckThread : public WorkerThread {[all …]
126 WorkerThread *worker = static_cast<WorkerThread*>(ptr); in ThreadSpawnerGeneric()240 WorkerThread::WorkerThread() { in WorkerThread() function in WorkerThread251 WorkerThread::~WorkerThread() {} in ~WorkerThread()292 void WorkerThread::InitThread(int thread_num_init, in InitThread()314 bool WorkerThread::InitPriority() { in InitPriority()346 int WorkerThread::SpawnThread() { in SpawnThread()364 bool WorkerThread::KillThread() { in KillThread()369 bool WorkerThread::JoinThread() { in JoinThread()382 void WorkerThread::StartRoutine() { in StartRoutine()392 bool WorkerThread::Work() { in Work()[all …]
278 typedef vector<WorkerThread*> WorkerVector;
1266 thread->SetPriority(WorkerThread::High); in InitializeThreads()