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

  /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 in typeref:typename:void
615 panic("exit1");
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 in typeref:typename:void
615 panic("exit1");

Completed in 24 milliseconds