HomeSort by relevance Sort by last modified time
    Searched defs:StartRoutine (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
logger.cc 51 LOGGER_ASSERT(0 == pthread_create(&thread_, NULL, &StartRoutine, this));
113 void *Logger::StartRoutine(void *ptr) {
worker.cc 140 worker->StartRoutine();
378 void WorkerThread::StartRoutine() {
    [all...]

Completed in 497 milliseconds