Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dturnstiles_test.c177 int boosted_pri; in take_lock_check_priority() local
195 boosted_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
196 …T_ASSERT_EQ(boosted_pri, 47, "thread(%llu) priority after contention by 47 thread is %d\n", tid, b… in take_lock_check_priority()
232 int boosted_pri; in take_lock_and_exit() local
249 boosted_pri = get_base_pri(mach_thread_self()); in take_lock_and_exit()
250 …T_ASSERT_EQ(boosted_pri, 47, "thread(%llu) priority after contention by 47 thread is %d\n", tid, b… in take_lock_and_exit()