[#absl-SetMutexDeadlockDetectionMode] = xref:absl.adoc[absl]::SetMutexDeadlockDetectionMode :relfileprefix: ../ :mrdocs: Enables or disables global detection of potential deadlocks due to `Mutex` lock ordering inversions. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void SetMutexDeadlockDetectionMode(xref:absl/OnDeadlockCycle.adoc[OnDeadlockCycle] mode); ---- == Parameters [cols="1,4"] |=== | Name| Description | *mode* | How detected lock‐ordering cycles should be reported. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#