Home
last modified time | relevance | path

Searched refs:TH_FLAGS_SWAPPED (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/mach/
H A Dthread_info.h143 #define TH_FLAGS_SWAPPED 0x1 /* thread is swapped out */ macro
/xnu-11215/bsd/sys/
H A Dproc_info.h221 #define TH_FLAGS_SWAPPED 0x1 /* thread is swapped out */ macro
/xnu-11215/osfmk/kern/
H A Dthread.c2023 flags |= TH_FLAGS_SWAPPED; in retrieve_thread_basic_info()