Searched refs:worker_thread_func (Results 1 – 1 of 1) sorted by relevance
21 worker_thread_func(__unused void *arg) in worker_thread_func() function99 ret = pthread_create(&thread, &attr, worker_thread_func, NULL); in create_threads()