Deprecated pointer overload; acquires *mu exclusively once cond holds.
Synopsis
Declared in <absl/synchronization/mutex.h>
|
Warning
|
Deprecated: Use the constructor that takes a reference instead. Use of this entity is allowed but discouraged. |
Parameters
Name |
Description |
mu |
The mutex to lock; must be dereferenceable. |
cond |
The condition to wait for before locking. |
Created with MrDocs