Searched refs:thread_func (Results 1 – 3 of 3) sorted by relevance
721 void *thread_func; in main() local724 thread_func = &fake_cont_thread; in main()726 thread_func = &cont_thread; in main()728 thread_func = &perf_test_thread; in main()735 if (pthread_create(&cpu_threads[i], &thread_attr, thread_func, in main()
162 static void *thread_func(void *arg) in sk_producer() 176 pthd_results[i] = pthread_create(&pthds[i], NULL, thread_func, NULL); in task_producer() 168 static void *thread_func(void *arg) thread_func() function
789 static void *thread_func(void *ctx) in run_one_test() 855 err = pthread_create(&task->thread, &attr, thread_func, parms); in replay_switch_event() 619 static void *thread_func(void *ctx) thread_func() function