[#absl-Mutex-2constructor-023] = xref:absl.adoc[absl]::xref:absl/Mutex.adoc[Mutex]::Mutex :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<absl/synchronization/mutex.h>` Creates a `Mutex` that is not held by anyone. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Mutex/2constructor-027.adoc[Mutex](); ---- [.small]#xref:absl/Mutex/2constructor-027.adoc[_» more..._]# Creates a mutex with static storage duration. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr explicit xref:absl/Mutex/2constructor-01.adoc[Mutex](xref:absl/ConstInitType.adoc[absl::ConstInitType] tag); ---- [.small]#xref:absl/Mutex/2constructor-01.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *tag* | A tag that selects this overload. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#