[#absl-Mutex-AssertReaderHeld] = xref:absl.adoc[absl]::xref:absl/Mutex.adoc[Mutex]::AssertReaderHeld :relfileprefix: ../../ :mrdocs: Requires that the mutex be held at least in shared mode (read mode) by this thread. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void AssertReaderHeld() const; ---- == Description Intended only as a debugging aid; it doesn't guarantee correctness. [.small]#Created with https://www.mrdocs.com[MrDocs]#