thread_reap_task_cb
static void thread_reap_task_cb(void *, int);
TASK_INIT(&thread_reap_task, 0, thread_reap_task_cb, NULL);
TASK_INIT(t, 0, thread_reap_task_cb, t);