Contents

IORWLockFree

Declaration

void IORWLockFree(struct IORWLock *lock);

Parameters

  • lock:

    Pointer to the allocated lock.

Discussion

Frees a read/write lock.

Frees a lock allocated with IORWLockAlloc. Lock should be unlocked with no waiters.

See Also

Functions