absl::ReleasableMutexLock::ReleasableMutexLock

Acquires mu exclusively once cond holds.

Synopsis

Declared in <absl/synchronization/mutex.h>

explicit
ReleasableMutexLock(
    Mutex& mu,
    Condition const& cond);

Parameters

NameDescription
muThe mutex to lock.
condThe condition to wait for before locking.