Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc132 enum DelayMode { AGGRESSIVE, GENTLE }; enumerator
151 data.mutex_sleep_limit[AGGRESSIVE] = 5000; in GetMutexGlobals()
154 data.mutex_sleep_limit[AGGRESSIVE] = 0; in GetMutexGlobals()
2314 c = synchronization_internal::MutexDelay(c, AGGRESSIVE); in UnlockSlow()
/third_party/abseil-cpp/absl/synchronization/
Dmutex.cc144 enum DelayMode { AGGRESSIVE, GENTLE }; enumerator
155 GetMutexGlobals().num_cpus > 1 ? (mode == AGGRESSIVE ? 5000 : 250) : 0; in MutexDelay()
2303 c = synchronization_internal::MutexDelay(c, AGGRESSIVE); in UnlockSlow()