thread_start
void *(*thread_start)(void *), void *arg)
thread_start(arg);
create_params.lwp_func = thread_start;
static void thread_start(void *);