Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c721 void *thread_func; in main() local
724 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()
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c162 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
/linux/tools/perf/
H A Dbuiltin-sched.c789 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