Searched refs:thread_func (Results 1 – 2 of 2) sorted by relevance
642 int (*thread_func)(void *data) = NULL; in msp_probe() local801 thread_func = msp3400c_thread; in msp_probe()805 thread_func = msp3410d_thread; in msp_probe()809 thread_func = msp34xxg_thread; in msp_probe()815 if (thread_func) { in msp_probe()816 state->kthread = kthread_run(thread_func, client, "msp34xx"); in msp_probe()
438 static void *thread_func(void *ctx) in thread_func() function500 err = pthread_create(&task->thread, &attr, thread_func, task); in create_tasks()