HomeSort by: relevance | last modified time | path
    Searched defs:proc_stop_callout (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_sig.c 131 static void proc_stop_callout(void *);
224 callout_setfunc(&proc_stop_ch, proc_stop_callout, NULL);
2412 * proc_stop_callout() to ensure that they do.
2432 * To handle this race, proc_stop_callout() runs once per tick while there
2443 proc_stop_callout(void *cookie) function

Completed in 18 milliseconds