Contents

IOLockFree

Frees a mutex.

Declaration

void IOLockFree(struct IOLock *lock);
void IOLockFree(IOLock *lock);

Parameters

  • lock:

    Pointer to the allocated lock.

Discussion

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

See Also

Mutexes