Home
last modified time | relevance | path

Searched refs:P_LTERM_JETSAM (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h544 #define P_LTERM_JETSAM 0x08000000 /* process is being jetsam'd */ macro
/xnu-12377.41.6/bsd/kern/
H A Dproc_info.c3991 if ((p->p_lflag & P_LTERM_JETSAM) != 0) { in proc_pidnoteexit()
H A Dkern_memorystatus.c2399 int jetsam_flags = P_LTERM_JETSAM; in memorystatus_do_kill()
H A Dkern_event.c1247 P_LTERM_JETSAM) != 0) { in filt_procevent()