Searched refs:wants_throttle (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/kern/
H A Dpriority.c710 sched_set_thread_throttled(thread_t thread, boolean_t wants_throttle) argument
715 assert(((thread->sched_flags & TH_SFLAG_THROTTLED) ? TRUE : FALSE) != wants_throttle);
727 if (wants_throttle) {
H A Dsched_prim.h144 boolean_t wants_throttle);

Completed in 38 milliseconds