Searched refs:P_DIRTY_SHUTDOWN (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h213 #define P_DIRTY_SHUTDOWN 0x00000008 /* process is dirty during shutdown */ macro
218 #define P_DIRTY_IS_DIRTY (P_DIRTY | P_DIRTY_SHUTDOWN)
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c1914 int flag = (self == TRUE) ? P_DIRTY : P_DIRTY_SHUTDOWN;
1918 if ((flag == P_DIRTY_SHUTDOWN) && (!target_p->p_dirty & P_DIRTY)) {

Completed in 75 milliseconds