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