Searched refs:proc_shutdown_exitcount (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_shutdown.c80 unsigned int proc_shutdown_exitcount = 0; variable
311 proc_shutdown_exitcount++;
356 proc_shutdown_exitcount++;
465 if (sdargs.activecount != 0 && proc_shutdown_exitcount!= 0) {
467 if (proc_shutdown_exitcount != 0) {
475 error = msleep(&proc_shutdown_exitcount, proc_list_mlock, PWAIT, "shutdownwait", &ts);
523 if (sdargs.activecount != 0 && proc_shutdown_exitcount!= 0) {
525 if (proc_shutdown_exitcount != 0) {
534 error = msleep(&proc_shutdown_exitcount, proc_list_mlock, PWAIT, "shutdownwait", &ts);
H A Dkern_exit.c647 proc_shutdown_exitcount--;
648 if (proc_shutdown_exitcount == 0)
649 wakeup(&proc_shutdown_exitcount);
H A Dkern_proc.c2106 proc_shutdown_exitcount = 0;
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h601 extern unsigned int proc_shutdown_exitcount;

Completed in 36 milliseconds