worker_thread
if (thr_create(NULL, 0, worker_thread,
if (thr_create(NULL, 0, worker_thread, new_Lwp,
void *worker_thread(void *);