Lock *lock_p and release it when this guard is destroyed.
Declared in <bdlcc_stripedunorderedcontainerimpl.h>
void
lock(StripedUnorderedContainerImpl_LockElement* lock_p);
The behavior is undefined unless lock_p is adjacent to the previously locked lock, or is the same lock provided to the constructor if this is the first call to lock on this object.
| Name | Description |
|---|---|
| lock_p | lock to acquire and guard |