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

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

Completed in 39 milliseconds