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.
Unlock a spin lock.
void IOSimpleLockUnlock(IOSimpleLock *lock);Pointer to the lock.
Unlock the lock, and restore preemption. Results are undefined if the caller has not locked the lock.