Contents

IOSimpleLockUnlock

Unlock a spin lock.

Declaration

void IOSimpleLockUnlock(IOSimpleLock *lock);

Parameters

  • lock:

    Pointer to the lock.

Discussion

Unlock the lock, and restore preemption. Results are undefined if the caller has not locked the lock.

See Also

Simple Locks