IOLockFree
Declaration
void IOLockFree(struct IOLock *lock);Parameters
- lock:
Pointer to the allocated lock.
Discussion
Frees a mutex.
Frees a lock allocated with IOLockAlloc. Mutex should be unlocked with no waiters.
void IOLockFree(struct IOLock *lock);Pointer to the allocated lock.
Frees a mutex.
Frees a lock allocated with IOLockAlloc. Mutex should be unlocked with no waiters.