Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mqueue/
A Dmq_perf_tests.c715 void *thread_func; in main() local
718 thread_func = &fake_cont_thread; in main()
720 thread_func = &cont_thread; in main()
722 thread_func = &perf_test_thread; in main()
729 if (pthread_create(&cpu_threads[i], &thread_attr, thread_func, in main()
/linux/drivers/media/i2c/
A Dmsp3400-driver.c671 int (*thread_func)(void *data) = NULL; in msp_probe() local
841 thread_func = msp3400c_thread; in msp_probe()
844 thread_func = msp3410d_thread; in msp_probe()
847 thread_func = msp34xxg_thread; in msp_probe()
852 if (thread_func) { in msp_probe()
853 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()
/linux/samples/bpf/
A Dxsk_fwd.c662 thread_func(void *arg) in thread_func() function
1041 thread_func, in main()
/linux/tools/perf/
A 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()

Completed in 21 milliseconds