Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dthread_info.h135 #define TH_STATE_UNINTERRUPTIBLE 4 /* thread is in an uninterruptible macro
/xnu-11215/bsd/sys/
H A Dproc_info.h213 #define TH_STATE_UNINTERRUPTIBLE 4 /* thread is in an uninterruptible macro
/xnu-11215/bsd/kern/
H A Dtty.c3072 case TH_STATE_UNINTERRUPTIBLE: in ttyinfo_locked()
/xnu-11215/osfmk/kern/
H A Dthread.c2032 state = TH_STATE_UNINTERRUPTIBLE; in retrieve_thread_basic_info()