Home
last modified time | relevance | path

Searched refs:WorkerThread (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h204 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 …]
H A Dworker.cc126 WorkerThread *worker = static_cast<WorkerThread*>(ptr); in ThreadSpawnerGeneric()
240 WorkerThread::WorkerThread() { in WorkerThread() function in WorkerThread
251 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 …]
H A Dsat.h278 typedef vector<WorkerThread*> WorkerVector;
H A Dsat.cc1266 thread->SetPriority(WorkerThread::High); in InitializeThreads()