Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.h146 uint16_t scr_thr_count; member
H A Dsched_clutch.c314 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
1856 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_edge_bound_thread_insert()
1882 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_edge_bound_thread_remove()
2429 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2433 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2439 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_insert()
2487 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_clutch_thread_remove()
2499 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_remove()
2611 return root_clutch->scr_thr_count; in sched_clutch_root_count()
/xnu-8020.101.4/tools/lldbmacros/
H A Dscheduler.py186 …clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count > 0 else -1), root_clutch.scr_thr_…
254 … print("{:>30s} : {:d}".format("Priority", (root.scr_priority if root.scr_thr_count > 0 else -1)))
256 print("{:>30s} : {:d}".format("Threads", root.scr_thr_count))