Expose the mutex as a negative capability for Clang Thread Safety Analysis.
Declared in <util/stdmutex.h>
<util/stdmutex.h>
StdMutex const& operator!() const;
A negative requirement uses the EXCLUSIVE_LOCKS_REQUIRED attribute together with the ! operator to indicate that a mutex should not be held.
A const reference to this mutex.