Constructors
Synopses
Declared in <absl/synchronization/mutex.h>
Deleted copy constructor.
Deleted move constructor.
Acquires mu exclusively for the lifetime of this object.
Deprecated pointer overload; acquires *mu exclusively.
Acquires mu exclusively once cond holds, for the lifetime of this object.
Deprecated pointer overload; acquires *mu exclusively once cond holds.
Parameters
Name |
Description |
mu |
The mutex to lock. |
cond |
The condition to wait for before locking. |
Created with MrDocs