Deprecated pointer overload; acquires *mu exclusively.

Synopsis

Declared in <absl/synchronization/mutex.h>

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

Created with MrDocs