thread_func
int (*thread_func)(void *data) = NULL;
thread_func = msp3400c_thread;
thread_func = msp3410d_thread;
thread_func = msp34xxg_thread;
if (thread_func) {
state->kthread = kthread_run(thread_func, client, "msp34xx");
err = pthread_create(&task->thread, &attr, thread_func, parms);
pthd_results[i] = pthread_create(&pthds[i], NULL, thread_func, NULL);
void *thread_func;
thread_func = &fake_cont_thread;
thread_func = &cont_thread;
thread_func = &perf_test_thread;
if (pthread_create(&cpu_threads[i], &thread_attr, thread_func,