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
Remove all lock‐order bookkeeping for the given mutex.
Declared in <sync.h>
void
DeleteLock(void* cs);
Name |
Description |
cs |
Mutex being destroyed. |
Created with MrDocs