Home
last modified time | relevance | path

Searched defs:waiters (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.cpp45 static bool TrySpinLockFor(std::atomic<uint32_t> &waiters, uint32_t expected, uint32_t desired) in TrySpinLockFor()
125 for (auto waiters = GetNumberOfWaiters(state); waiters > 0; --waiters) { in Fire() local