Searched refs:StartRoutine (Results 1 - 4 of 4) sorted by relevance

/external/stressapptest/src/
H A Dlogger.h121 static void *StartRoutine(void *ptr);
H A Dlogger.cc51 LOGGER_ASSERT(0 == pthread_create(&thread_, NULL, &StartRoutine, this));
113 void *Logger::StartRoutine(void *ptr) { function in class:Logger
H A Dworker.h227 void StartRoutine();
H A Dworker.cc140 worker->StartRoutine();
378 void WorkerThread::StartRoutine() { function in class:WorkerThread

Completed in 101 milliseconds