Searched refs:AGGRESSIVE (Results 1 – 2 of 2) sorted by relevance
132 enum DelayMode { AGGRESSIVE, GENTLE }; enumerator151 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()
144 enum DelayMode { AGGRESSIVE, GENTLE }; enumerator155 GetMutexGlobals().num_cpus > 1 ? (mode == AGGRESSIVE ? 5000 : 250) : 0; in MutexDelay()2303 c = synchronization_internal::MutexDelay(c, AGGRESSIVE); in UnlockSlow()