Home
last modified time | relevance | path

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

/sys/kern/
Dthread.c293 status = t->exitValue; in Thread_Wait()
302 status = t->exitValue; in Thread_Wait()
Dsyscall.c433 cur->exitValue = status; in Syscall_ThreadExit()
/sys/include/
Dthread.h45 uintptr_t exitValue; member