Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kperf/
H A Dthread_samplers.c69 int sched_state = thread->state; in kperf_thread_info_runmode_legacy() local
75 if (sched_state & TH_RUN) { in kperf_thread_info_runmode_legacy()
78 if (sched_state & TH_WAIT) { in kperf_thread_info_runmode_legacy()
81 if (sched_state & TH_UNINT) { in kperf_thread_info_runmode_legacy()
84 if (sched_state & TH_SUSP) { in kperf_thread_info_runmode_legacy()
87 if (sched_state & TH_TERMINATE) { in kperf_thread_info_runmode_legacy()
90 if (sched_state & TH_IDLE) { in kperf_thread_info_runmode_legacy()