Searched refs:thread_func (Results 1 – 2 of 2) sorted by relevance
663 int (*thread_func)(void *data) = NULL; in msp_probe() local823 thread_func = msp3400c_thread; in msp_probe()827 thread_func = msp3410d_thread; in msp_probe()831 thread_func = msp34xxg_thread; in msp_probe()837 if (thread_func) { in msp_probe()838 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()
442 static void *thread_func(void *ctx) in thread_func() function504 err = pthread_create(&task->thread, &attr, thread_func, task); in create_tasks()