Searched refs:TH_SFLAG_THROTTLED (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c292 if ((!(thread->sched_flags & TH_SFLAG_THROTTLED)
299 if (!(thread->sched_flags & TH_SFLAG_THROTTLED)) {
307 else if (((thread->sched_flags & TH_SFLAG_THROTTLED)
314 if (thread->sched_flags & TH_SFLAG_THROTTLED) {
H A Dpriority.c501 thread->sched_flags |= TH_SFLAG_THROTTLED;
512 thread->sched_flags &= ~TH_SFLAG_THROTTLED;
H A Dsched_fixedpriority.c683 thread->sched_flags |= TH_SFLAG_THROTTLED;
697 thread->sched_flags &= ~TH_SFLAG_THROTTLED;
H A Dthread.h196 #define TH_SFLAG_THROTTLED 0x0004 /* owner task in throttled state */ macro
197 #define TH_SFLAG_DEMOTED_MASK (TH_SFLAG_THROTTLED | TH_SFLAG_FAILSAFE | TH_SFLAG_FAIRSHARE_TRIPPED)
211 * throttled (TH_SFLAG_THROTTLED), or about to be unthrottled

Completed in 68 milliseconds