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

  /external/stressapptest/src/
worker.h 390 void *(*thread_spawner_)(void *args); member in class:WorkerThread
worker.cc 235 thread_spawner_ = &ThreadSpawnerGeneric;
336 int result = pthread_create(&thread_, NULL, thread_spawner_, this);
    [all...]

Completed in 262 milliseconds