Searched refs:worker_thread_func (Results 1 – 1 of 1) sorted by relevance
264 static void* worker_thread_func(void* cookie) { in worker_thread_func() function315 err = pthread_create(&thread, &attr, worker_thread_func, (void*)data.get()); in Execute()