IOLockUnlock
Declaration
void IOLockUnlock(struct IOLock *lock);Parameters
- lock:
Pointer to the allocated lock.
Discussion
Unlock a mutex.
Unlock the mutex and wake any blocked waiters. Results are undefined if the caller has not locked the mutex.
void IOLockUnlock(struct IOLock *lock);Pointer to the allocated lock.
Unlock a mutex.
Unlock the mutex and wake any blocked waiters. Results are undefined if the caller has not locked the mutex.