Deprecated pointer overload; acquires *mu exclusively once cond holds.

Synopsis

Declared in <absl/synchronization/mutex.h>

[[deprecated("Use the constructor that takes a reference instead")]]
explicit
ReleasableMutexLock(
    Mutex* mu,
    Condition const& cond);
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