Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dturnstiles_test.c66 get_base_pri(thread_t thread_port) in get_base_pri() function
154 pri = get_base_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()
[all …]