thread_start
void *(*thread_start)(void *), void *arg)
thread_start(arg);
param.start_func = (void (*)(void *)) thread_start;
static void thread_start(struct pthread *curthread);