Home
last modified time | relevance | path

Searched refs:SpinLockWake (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dspinlock_wait.h49 // even if SpinLockWake() is never called.
50 void SpinLockWake(std::atomic<uint32_t> *w, bool all);
55 // or may wait for a call to SpinLockWake(w).
81 inline void absl::base_internal::SpinLockWake(std::atomic<uint32_t> *w, in SpinLockWake() function in absl::base_internal
H A Dspinlock.cc171 base_internal::SpinLockWake(&lockword_, in SlowUnlock()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dcall_once.h183 base_internal::SpinLockWake(control, true); in CallOnceImpl()

Completed in 3 milliseconds