Searched refs:work_interval_get_priority (Results 1 – 3 of 3) sorted by relevance
155 extern int work_interval_get_priority(thread_t thread);
1086 work_interval_get_priority(thread) < BASEPRI_RTQUEUES) { in thread_recompute_priority()1087 priority = work_interval_get_priority(thread); in thread_recompute_priority()2175 const int pri = work_interval_get_priority(thread); in thread_set_requested_policy_spinlocked()
707 work_interval_get_priority(thread_t thread) in work_interval_get_priority() function