Home
last modified time | relevance | path

Searched defs:ull_unlock (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/tests/
H A Dturnstile_multihop_helper.h152 ull_unlock(lock_t *lock, int id, uint opcode, uint flags) in ull_unlock() function
/xnu-11215.81.4/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