Searched refs:TH_STATE_RUNNING (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dthread_info.h132 #define TH_STATE_RUNNING 1 /* thread is running normally */ macro
/macosx-10.10.1/adv_cmds-158/ps/
H A Dtasks.c36 case TH_STATE_RUNNING: return(1);
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dproc_info.h248 #define TH_STATE_RUNNING 1 /* thread is running normally */ macro
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c642 case TH_STATE_RUNNING:
1675 if(info.run_state == TH_STATE_RUNNING) {
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1272 state = TH_STATE_RUNNING;
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dtty.c2880 case TH_STATE_RUNNING:

Completed in 84 milliseconds