Searched refs:thread_spawner_ (Results 1 – 2 of 2) sorted by relevance
390 void *(*thread_spawner_)(void *args); variable
235 thread_spawner_ = &ThreadSpawnerGeneric; in WorkerThread()336 int result = pthread_create(&thread_, NULL, thread_spawner_, this); in SpawnThread()