HomeSort by relevance Sort by last modified time
    Searched full:startroutine (Results 1 - 5 of 5) sorted by null

  /external/stressapptest/src/
logger.cc 51 LOGGER_ASSERT(0 == pthread_create(&thread_, NULL, &StartRoutine, this));
113 void *Logger::StartRoutine(void *ptr) {
logger.h 121 static void *StartRoutine(void *ptr);
worker.h 227 void StartRoutine();
worker.cc 140 worker->StartRoutine();
378 void WorkerThread::StartRoutine() {
    [all...]
  /dalvik/vm/test/
AtomicTest.cpp 270 void *(*startRoutine)(void*) = atomicTest;
284 if (pthread_create(&threads[i], NULL, startRoutine, arg) != 0) {

Completed in 2410 milliseconds