Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DRelaxedConcurrentPriorityQueue.h639 bool regularInsert(const Position& pos, const T& val, Node* newNode) { in regularInsert() function
855 if (LIKELY(regularInsert(cur, val, newNode))) { in moundPush()