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