Remove all lock‐order bookkeeping for the given mutex.

Synopsis

Declared in <sync.h>

void
DeleteLock(void* cs);

Parameters

Name

Description

cs

Mutex being destroyed.

Created with MrDocs