[#absl-Mutex-lock_shared] = xref:absl.adoc[absl]::xref:absl/Mutex.adoc[Mutex]::lock_shared :relfileprefix: ../../ :mrdocs: Blocks the calling thread, if necessary, until this `Mutex` is either free or in shared mode, and then acquires a share of it. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void lock_shared(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#