Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 3 of 3) sorted by relevance

/sys/include/
Dthread.h76 uint64_t exitCode; member
/sys/kern/
Dprocess.c224 status = (p->pid << 16) | (p->exitCode & 0xff); in Process_Wait()
Dsyscall.c54 cur->proc->exitCode = status; in Syscall_Exit()