Return a reference to the modifiable OS‐level mutex underlying this object.
Synopsis
Declared in <bslmt_muteximpl_pthread.h>
MutexImpl<bslmt::Platform::PosixThreads>::NativeType&
nativeMutex();
Description
This method is intended only to support other bslmt components that must operate directly on this mutex.
Return Value
reference to the underlying OS‐level mutex
Created with MrDocs