Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DRelaxedConcurrentPriorityQueue.h420 if (optimisticReadValue(pos, hptr) <= val) { in selectPosition()
470 optimisticReadValue(const Position& pos, folly::hazptr_holder<Atom>& hptr) { in optimisticReadValue() function
816 T mv = optimisticReadValue(mid, hptr); in binarySearchPosition()