thread_start
if ((errno = pthread_create(&ti->ti_thread, &thread_attr, thread_start,
extern void thread_start();
t->t_pc = (uintptr_t)thread_start;
extern void thread_start();
t->t_pc = (uintptr_t)thread_start - 8;