Home
last modified time | relevance | path

Searched refs:thread_spawner_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.h391 void *(*thread_spawner_)(void *args); variable
H A Dworker.cc247 thread_spawner_ = &ThreadSpawnerGeneric; in WorkerThread()
348 int result = pthread_create(&thread_, NULL, thread_spawner_, this); in SpawnThread()