Deprecated pointer overload; acquires *mu exclusively once cond holds.
Declared in <absl/synchronization/mutex.h>
[[deprecated("Use the constructor that takes a reference instead")]]
explicit
ReleasableMutexLock(
Mutex* mu,
Condition const& cond);
Deprecated: Use the constructor that takes a reference instead. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| mu | The mutex to lock; must be dereferenceable. |
| cond | The condition to wait for before locking. |