Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/ringbuf/
Dlock_free_ring_buffer.h53 auto local_head = head_index_.load(std::memory_order_acquire); in TryPush() local
75 auto local_head = head_index_.load(std::memory_order_acquire); in IsEmpty() local
122 [[maybe_unused]] auto local_head = head_index_.load(std::memory_order_acquire); in CheckInvariant() local