[#LockStackEmpty] = LockStackEmpty :mrdocs: Check whether the current thread holds no tracked critical sections. == Synopsis Declared in `<sync.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool LockStackEmpty(); ---- == Return Value true if the lock stack is empty. [.small]#Created with https://www.mrdocs.com[MrDocs]#