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

  /src/sys/kern/
kern_sig.c 128 static void proc_stop_callout(void *);
221 callout_setfunc(&proc_stop_ch, proc_stop_callout, NULL);
2405 * proc_stop_callout() to ensure that they do.
2425 * To handle this race, proc_stop_callout() runs once per tick while there
2436 proc_stop_callout(void *cookie) function in typeref:typename:void
kern_sig.c 128 static void proc_stop_callout(void *);
221 callout_setfunc(&proc_stop_ch, proc_stop_callout, NULL);
2405 * proc_stop_callout() to ensure that they do.
2425 * To handle this race, proc_stop_callout() runs once per tick while there
2436 proc_stop_callout(void *cookie) function in typeref:typename:void

Completed in 26 milliseconds