Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h129 uint16_t scr_thr_count; member
H A Dsched_clutch.c362 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
1887 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_edge_bound_thread_insert()
1913 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_edge_bound_thread_remove()
2460 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2464 sched_clutch_thr_count_inc(&root_clutch->scr_thr_count); in sched_clutch_thread_insert()
2470 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_insert()
2518 sched_clutch_thr_count_dec(&root_clutch->scr_thr_count); in sched_clutch_thread_remove()
2530 …SCHED_CLUTCH_DBG_THR_COUNT_PACK(root_clutch->scr_thr_count, os_atomic_load(&clutch->sc_thr_count, … in sched_clutch_thread_remove()
2642 return root_clutch->scr_thr_count; in sched_clutch_root_count()
/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py176 …clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count > 0 else -1), root_clutch.scr_thr_…
244 … print("{:>30s} : {:d}".format("Priority", (root.scr_priority if root.scr_thr_count > 0 else -1)))
246 print("{:>30s} : {:d}".format("Threads", root.scr_thr_count))