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");
|