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.
void IORWLockFree(struct IORWLock *lock);Pointer to the allocated lock.
Frees a read/write lock.
Frees a lock allocated with IORWLockAlloc. Lock should be unlocked with no waiters.