Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h200 bool CompareAndSetNextHead(NodePtr currentHead, T &val, size_t consumerId) in CompareAndSetNextHead()
337 auto *currentHead = LoadAtomicPtr(head_); in Pop() local
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h87 auto currentHead = head_index_.load(std::memory_order_acquire); in TryPop() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h86 auto currentHead = headIndex_.load(std::memory_order_acquire); in TryPop() local