Contents

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.

See Also

Unfair Locking