Searched defs:spin (Results 1 – 3 of 3) sorted by relevance
93 for (uint32_t spin = 0; spin < spin_count; ++spin) { in BackOff() local
96 for (uint32_t spin = 0; spin < spin_count; ++spin) { in BackOff() local
419 bool Monitor::TryLock(Thread* self, bool spin) { in TryLock()