Searched refs:ull_unlock (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.101.15/bsd/kern/ |
| H A D | sys_ulock.c | 106 #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-11417.101.15/tests/ |
| H A D | turnstile_multihop.c | 692 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 D | turnstile_multihop_helper.h | 152 ull_unlock(lock_t *lock, int id, uint opcode, uint flags) in ull_unlock() function
|