Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dturnstiles_test.c178 int after_unlock_pri; in take_lock_check_priority() local
202 after_unlock_pri = get_base_pri(mach_thread_self()); in take_lock_check_priority()
203 …T_ASSERT_EQ(after_unlock_pri, 37, "thread(%llu) priority after dropping lock is %d\n", tid, after_… in take_lock_check_priority()