Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dturnstiles_test.c176 int unboosted_pri; in take_lock_check_priority() local
189 unboosted_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
190 …T_ASSERT_EQ(unboosted_pri, 37, "thread(%llu) priority after acquiring the lock (uncontended) is %d… in take_lock_check_priority()
231 int unboosted_pri; in take_lock_and_exit() local
243 unboosted_pri = get_base_pri(mach_thread_self()); in take_lock_and_exit()
244 …T_ASSERT_EQ(unboosted_pri, 37, "thread(%llu) priority after acquiring the lock (uncontended) is %d… in take_lock_and_exit()