Home
last modified time | relevance | path

Searched refs:AtomicGroup (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DArrayList.h131 bool allocateNewGroup(std::atomic<ItemsGroup *> &AtomicGroup) { in allocateNewGroup() argument
140 if (AtomicGroup.compare_exchange_weak(CurGroup, NewGroup)) in allocateNewGroup()