DeleteLock

Remove all lock-order bookkeeping for the given mutex.

Synopsis

Declared in <sync.h>

void
DeleteLock(void* cs);

Parameters

NameDescription
csMutex being destroyed.