Home
last modified time | relevance | path

Searched refs:thread_reap_callout_cb (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_thread.c149 static void thread_reap_callout_cb(void *);
544 callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL); in threadinit()
687 thread_reap_callout_cb(void *arg __unused) in thread_reap_callout_cb() function
707 callout_reset(&thread_reap_callout, 5 * hz, thread_reap_callout_cb, NULL); in thread_reap_callout_cb()