Acquire the lock on this metered mutex.
Synopsis
Declared in <bslmt_meteredmutex.h>
void
lock();
Description
If this mutex is currently locked, suspend the execution of the current thread until the lock can be acquired. Update the wait and hold time appropriately. The behavior is undefined if the calling thread already owns the lock.
Created with MrDocs