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

/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c168 static void *thread_func(void *arg) function
182 pthd_results[i] = pthread_create(&pthds[i], NULL, thread_func, NULL);
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c719 void *thread_func; local
722 thread_func = &fake_cont_thread;
724 thread_func = &cont_thread;
726 thread_func = &perf_test_thread;
733 if (pthread_create(&cpu_threads[i], &thread_attr, thread_func,
/linux-master/drivers/media/i2c/
H A Dmsp3400-driver.c664 int (*thread_func)(void *data) = NULL;
834 thread_func = msp3400c_thread;
837 thread_func = msp3410d_thread;
840 thread_func = msp34xxg_thread;
845 if (thread_func) {
846 state->kthread = kthread_run(thread_func, client, "msp34xx");
/linux-master/tools/perf/
H A Dbuiltin-sched.c603 static void *thread_func(void *ctx) function
670 err = pthread_create(&task->thread, &attr, thread_func, parms);

Completed in 283 milliseconds