Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dkern_shutdown.c82 unsigned int proc_shutdown_exitcount = 0; variable
449 proc_shutdown_exitcount++; in sd_callback1()
503 proc_shutdown_exitcount++; in sd_callback2()
618 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()
620 if (proc_shutdown_exitcount != 0) { in proc_shutdown()
628 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
676 if (sdargs.activecount != 0 && proc_shutdown_exitcount != 0) { in proc_shutdown()
678 if (proc_shutdown_exitcount != 0) { in proc_shutdown()
687 error = msleep(&proc_shutdown_exitcount, &proc_list_mlock, PWAIT, "shutdownwait", &ts); in proc_shutdown()
H A Dkern_exit.c2344 proc_shutdown_exitcount--; in proc_exit()
2345 if (proc_shutdown_exitcount == 0) { in proc_exit()
2346 wakeup(&proc_shutdown_exitcount); in proc_exit()
H A Dkern_proc.c3730 proc_shutdown_exitcount = 0; in proc_rebootscan()
/xnu-10002.41.9/bsd/sys/
H A Dproc_internal.h744 extern unsigned int proc_shutdown_exitcount;