Lines Matching refs:mach_thread_self
130 pri = get_sched_pri(mach_thread_self()); in chain_locking()
149 pri = get_sched_pri(mach_thread_self()); in chain_locking()
154 pri = get_base_pri(mach_thread_self()); in chain_locking()
166 pri = get_sched_pri(mach_thread_self()); in chain_locking()
175 int old_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
189 unboosted_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
195 boosted_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
202 after_unlock_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
217 int old_pri = get_base_pri(mach_thread_self()); in try_to_take_lock_and_unlock()
230 int old_pri = get_base_pri(mach_thread_self()); in take_lock_and_exit()
243 unboosted_pri = get_base_pri(mach_thread_self()); in take_lock_and_exit()
249 boosted_pri = get_base_pri(mach_thread_self()); in take_lock_and_exit()
265 int old_pri = get_base_pri(mach_thread_self()); in unlock_an_owner_exited_lock()