Deprecated pointer overload; acquires a shared lock on *mu.
Declared in <absl/synchronization/mutex.h>
[[deprecated("Use the constructor that takes a reference instead")]]
explicit
ReaderMutexLock(Mutex* mu);
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. |