MCPcopy Create free account
hub / github.com/F-Stack/f-stack / thread_reap_task_cb

Function thread_reap_task_cb

freebsd/kern/kern_thread.c:679–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677}
678
679static void
680thread_reap_task_cb(void *arg __unused, int pending __unused)
681{
682
683 thread_reap_all();
684}
685
686static void
687thread_reap_callout_cb(void *arg __unused)

Callers

nothing calls this directly

Calls 1

thread_reap_allFunction · 0.85

Tested by

no test coverage detected