[#absl-CondVar-Wait] = xref:absl.adoc[absl]::xref:absl/CondVar.adoc[CondVar]::Wait :relfileprefix: ../../ :mrdocs: Atomically releases `mu` and blocks until signaled, then reacquires it. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Wait(xref:absl/Mutex.adoc[Mutex]* mu); ---- == Parameters [cols="1,4"] |=== | Name| Description | *mu* | The mutex held by the calling thread. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#