HomeSort by: relevance | last modified time | path
    Searched refs:exit1 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
proc.h 520 void exit1(struct lwp *, int, int) __dead;
  /src/sys/kern/
kern_exit.c 180 /* Don't call exit1() multiple times in the same process. */
187 /* exit1() will release the mutex. */
188 exit1(l, SCARG(uap, rval), 0);
201 exit1(struct lwp *l, int exitcode, int signo) function
615 panic("exit1");
kern_exec.c 1458 /* Acquire the sched-state mutex (exit1() will release it). */
1461 exit1(l, error, SIGABRT);
2437 exit1(l, 127, 0);
kern_lwp.c 601 * Avoid a race between exit1() and sigexit(): if the
1112 exit1(l, 0, 0);
1299 * and unlock. This is done differently for the last LWP in exit1().
kern_sig.c 2321 /* Acquire the sched state mutex. exit1() will release it. */
2330 exit1(l, 0, exitsig);

Completed in 27 milliseconds