Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kperf/
H A Dthread_samplers.c67 int sched_state = thread->state; in kperf_thread_info_runmode_legacy() local
73 if (sched_state & TH_RUN) { in kperf_thread_info_runmode_legacy()
76 if (sched_state & TH_WAIT) { in kperf_thread_info_runmode_legacy()
79 if (sched_state & TH_UNINT) { in kperf_thread_info_runmode_legacy()
82 if (sched_state & TH_SUSP) { in kperf_thread_info_runmode_legacy()
85 if (sched_state & TH_TERMINATE) { in kperf_thread_info_runmode_legacy()
88 if (sched_state & TH_IDLE) { in kperf_thread_info_runmode_legacy()