Acquire the lock on this metered mutex.
Declared in <bslmt_meteredmutex.h>
void
lock();
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.