Home
last modified time | relevance | path

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

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