Contents

IOLockFree

Declaration

void IOLockFree(struct IOLock *lock);

Parameters

  • lock:

    Pointer to the allocated lock.

Discussion

Frees a mutex.

Frees a lock allocated with IOLockAlloc. Mutex should be unlocked with no waiters.

See Also

Functions