Searched refs:PROC_ACTION_STATE (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h451 #define PROC_ACTION_STATE(p) ((p->p_pcaction >> 16) & P_PCMAX) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c2857 if (PROC_ACTION_STATE(p) ==0) {
2919 if(PROC_ACTION_STATE(p) !=0) {
2964 (PROC_ACTION_STATE(p) == 0) && /* and we're not in the action state yet... */
H A Dproc_info.c556 switch(PROC_ACTION_STATE(p)) {
637 switch(PROC_ACTION_STATE(p)) {

Completed in 27 milliseconds