Home
last modified time | relevance | path

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

/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md64 * Since the bucket level scheduler deals with a fixed small number of runnable buckets in the worst…
81 * **Clutch Bucket Group Blocked Time**: Maintains the amount of time no threads were runnable for t…
122 * If AboveUI bucket is runnable,
125 * Otherwise find the (non-AboveUI) highest priority root bucket that is runnable and select its hig…
136 … calculated by adding the WCEL of the bucket to the timestamp of the root bucket becoming runnable.
144 …he priority value of a clutch bucket is calculated based on the highest runnable thread and intera…
147 * Find the highest runnable thread (promoted or basepri) in the clutch bucket (maxpri)
227runnable and running threads of a higher or equal QoS that are enqueued or running on the cluster.…
233 * On thread becoming runnable, get the scheduling latency metric for the thread's QoS and preferred…
260 * (2) Steal a runnable thread from a native cluster runqueue (sched_edge_steal_thread())
[all …]
/xnu-11215/osfmk/kern/
H A Dtask.c4973 boolean_t runnable; in task_disconnect_page_mappings() local
4977 runnable = FALSE; in task_disconnect_page_mappings()
4984 runnable = TRUE; in task_disconnect_page_mappings()
4993 if (runnable == TRUE) { in task_disconnect_page_mappings()
5000 if (runnable == FALSE) { in task_disconnect_page_mappings()
/xnu-11215/tests/
H A Dstackshot_tests.m3393 "runnable time of current thread is valid");