Searched refs:UT_PROCEXIT (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/bsd/sys/ | ||
| H A D | user.h | 399 #define UT_PROCEXIT 0x00000200 /* this thread completed the proc exit */ macro |
| /xnu-11215/bsd/kern/ | ||
| H A D | kern_exit.c | 2541 uth->uu_flag |= UT_PROCEXIT; in proc_exit() |