Report whether this lock currently owns its mutex.
Synopsis
Declared in <sync.h>
operator bool();
Return Value
true if the mutex is held.
Created with MrDocs
Report whether this lock currently owns its mutex.
Declared in <sync.h>
operator bool();
true if the mutex is held.
Created with MrDocs