Home
last modified time | relevance | path

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

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