Contents

IOSimpleLockFree

Frees a spin lock.

Declaration

void IOSimpleLockFree(IOSimpleLock *lock);

Parameters

  • lock:

    Pointer to the lock.

Discussion

Frees a lock allocated with IOSimpleLockAlloc.

See Also

Simple Locks