Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h204 bool CompareAndSetNextHead(NodePtr currentHead, T &val, size_t consumerId) in CompareAndSetNextHead()
341 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.h92 auto currentHead = headIndex_.load(std::memory_order_relaxed); in TryPop() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_list.h100 RegionDesc* currentHead = listHead_; in TakeHeadRegion() local