Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/kern/
H A Dsys_ulock.c106 #define ull_unlock(ull) lck_ticket_unlock(&ull->ull_lock) macro
114 #define ull_unlock(ull) lck_spin_unlock(&ull->ull_lock) macro
371 ull_unlock(elem); in ull_get()
415 ull_unlock(ull); in ull_put()
757 ull_unlock(ull); in sys_ulock_wait2()
/xnu-11215.61.5/tests/
H A Dturnstile_multihop.c692 ull_unlock(&lock_UI, 2, UL_UNFAIR_LOCK, 0); in thread_at_ui()
715 ull_unlock(&lock_IN, 2, UL_UNFAIR_LOCK, 0); in thread_at_in()
738 ull_unlock(&lock_DEF, 1, UL_UNFAIR_LOCK, 0); in thread_at_default()
H A Dturnstile_multihop_helper.h152 ull_unlock(lock_t *lock, int id, uint opcode, uint flags) in ull_unlock() function