Searched refs:exitCode (Results 1 – 3 of 3) sorted by relevance
76 uint64_t exitCode; member
224 status = (p->pid << 16) | (p->exitCode & 0xff); in Process_Wait()
54 cur->proc->exitCode = status; in Syscall_Exit()