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