Searched defs:proc_exit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dexit.c141 * Called by proc_exit() when a zone's init exits, presumably because
295 * If proc_exit() fails, then some other lwp in the process
300 if (proc_exit(why, what) != 0) {
310 * not have it locked. This is done in more places than proc_exit(),
328 proc_exit(int why, int what) function
712 TRACE_1(TR_FAC_PROC, TR_PROC_EXIT, "proc_exit: %p", p);

Completed in 56 milliseconds