Searched refs:SpinLockDelay (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | spinlock_wait.h | 46 // If possible, wake some thread that has called SpinLockDelay(w, ...). If `all` 48 // those systems, threads calling SpinLockDelay() will always wake eventually 54 // SpinLockDelay() may do nothing, may yield the CPU, may sleep a clock tick, 56 void SpinLockDelay(std::atomic<uint32_t> *w, uint32_t value, int loop, 86 inline void absl::base_internal::SpinLockDelay( in SpinLockDelay() function in absl::base_internal
|
H A D | spinlock_wait.cc | 49 SpinLockDelay(w, v, ++loop, scheduling_mode); // no matching transition in SpinLockWait()
|
H A D | spinlock.cc | 155 // SpinLockDelay() calls into fiber scheduler, we need to see in SlowLock() 159 base_internal::SpinLockDelay(&lockword_, lock_value, ++lock_wait_call_count, in SlowLock()
|
Completed in 5 milliseconds