Searched defs:spin (Results 1 – 6 of 6) sorted by relevance
49 spin() { function
57 spin() { function
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
793 public void fling(final View photo, float dx, float dy, int duration, boolean spin) { in fling()
423 bool Monitor::TryLock(Thread* self, bool spin) { in TryLock()