Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/
Dmsp3400-driver.c663 int (*thread_func)(void *data) = NULL; in msp_probe() local
823 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()
/linux-3.4.99/tools/perf/
Dbuiltin-sched.c442 static void *thread_func(void *ctx) in thread_func() function
504 err = pthread_create(&task->thread, &attr, thread_func, task); in create_tasks()