Searched refs:TH_FLAGS_SWAPPED (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dthread_info.h143 #define TH_FLAGS_SWAPPED 0x1 /* thread is swapped out */ macro
/macosx-10.10.1/adv_cmds-158/ps/
H A Dtasks.c227 if ((ki->thval[j].tb.flags & TH_FLAGS_SWAPPED ) == 0)
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dproc_info.h259 #define TH_FLAGS_SWAPPED 0x1 /* thread is swapped out */ macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1265 flags |= TH_FLAGS_SWAPPED;

Completed in 67 milliseconds