os_unfair_lock_unlock
Unlocks an unfair lock.
Declaration
extern void os_unfair_lock_unlock(os_unfair_lock_t lock);Parameters
- lock:
A pointer to the unfair lock that you want to unlock.
Unlocks an unfair lock.
extern void os_unfair_lock_unlock(os_unfair_lock_t lock);A pointer to the unfair lock that you want to unlock.