Home
last modified time | relevance | path

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

/tools/testing/selftests/mqueue/
Dmq_perf_tests.c719 void *thread_func; in main() local
722 thread_func = &fake_cont_thread; in main()
724 thread_func = &cont_thread; in main()
726 thread_func = &perf_test_thread; in main()
733 if (pthread_create(&cpu_threads[i], &thread_attr, thread_func, in main()
/tools/perf/
Dbuiltin-sched.c619 static void *thread_func(void *ctx) in thread_func() function
689 err = pthread_create(&task->thread, &attr, thread_func, parms); in create_tasks()