Home
last modified time | relevance | path

Searched refs:spin (Results 1 – 5 of 5) sorted by relevance

/art/test/083-compiler-regressions/
Dinfo.txt9 2302318 Crash during spin-on-suspend testing
/art/runtime/base/
Dlocks.cc93 for (uint32_t spin = 0; spin < spin_count; ++spin) { in BackOff() local
Dmutex.cc110 for (uint32_t spin = 0; spin < spin_count; ++spin) { in BackOff() local
/art/runtime/
Dmonitor.h230 bool TryLock(Thread* self, bool spin = false)
Dmonitor.cc423 bool Monitor::TryLock(Thread* self, bool spin) { in TryLock() argument
429 bool success = spin ? monitor_lock_.ExclusiveTryLockWithSpinning(self) in TryLock()