Home
last modified time | relevance | path

Searched refs:thread_func (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/
H A 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()
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmsp3400-driver.c671 int (*thread_func)(void *data) = NULL; in msp_probe()
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()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmsp3400-driver.c672 int (*thread_func)(void *data) = NULL; in msp_probe()
842 thread_func = msp3400c_thread; in msp_probe()
845 thread_func = msp3410d_thread; in msp_probe()
848 thread_func = msp34xxg_thread; in msp_probe()
853 if (thread_func) { in msp_probe()
854 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c168 static void *thread_func(void *arg) in thread_func() function
182 pthd_results[i] = pthread_create(&pthds[i], NULL, thread_func, NULL); in task_producer()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxsk_fwd.c662 thread_func(void *arg) in thread_func() function
1041 thread_func, in main()
/kernel/linux/linux-5.10/tools/perf/
H 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()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c621 static void *thread_func(void *ctx) in thread_func() function
688 err = pthread_create(&task->thread, &attr, thread_func, parms);

Completed in 17 milliseconds