Enables or disables global detection of potential deadlocks due to Mutex lock ordering inversions.
Declared in <absl/synchronization/mutex.h>
void
SetMutexDeadlockDetectionMode(OnDeadlockCycle mode);
| Name | Description |
|---|---|
| mode | How detected lock-ordering cycles should be reported. |