Acquires mu exclusively once cond holds.

Synopsis

Declared in <absl/synchronization/mutex.h>

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

Parameters

Name

Description

mu

The mutex to lock.

cond

The condition to wait for before locking.

Created with MrDocs