Contents

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.

See Also

Functions