Home
last modified time | relevance | path

Searched refs:number_of_reported_deadlocks (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1363 static int number_of_reported_deadlocks = 0; in DeadlockCheck() local
1364 number_of_reported_deadlocks++; in DeadlockCheck()
1366 bool symbolize = number_of_reported_deadlocks <= 2; in DeadlockCheck()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc1354 static int number_of_reported_deadlocks = 0; in DeadlockCheck() local
1355 number_of_reported_deadlocks++; in DeadlockCheck()
1357 bool symbolize = number_of_reported_deadlocks <= 2; in DeadlockCheck()