IORWLockUnlock
Declaration
void IORWLockUnlock(struct IORWLock *lock);Parameters
- lock:
Pointer to the allocated lock.
Discussion
Unlock a read/write lock.
Undo one call to IORWLockRead or IORWLockWrite. Results are undefined if the caller has not locked the lock.