Searched refs:thread_reap_task_cb (Results 1 – 1 of 1) sorted by relevance
148 static void thread_reap_task_cb(void *, int);542 TASK_INIT(&thread_reap_task, 0, thread_reap_task_cb, NULL); in threadinit()680 thread_reap_task_cb(void *arg __unused, int pending __unused) in thread_reap_task_cb() function