Contents

IORWLockFree

Frees a read/write lock.

Declaration

void IORWLockFree(struct IORWLock *lock);
void IORWLockFree(IORWLock *lock);

Parameters

  • lock:

    Pointer to the allocated lock.

Discussion

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

See Also

Read/Write Locks