Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DRelaxedConcurrentPriorityQueue.h1067 FOLLY_ALWAYS_INLINE bool futexIsReady(const size_t& curticket) { in futexIsReady() function
1083 return futexIsReady(curticket);
1104 } else if (!futexIsReady(curticket)) { // current ticket < pop ticket in tryBlockingPop()
1119 if (futexIsReady(ct)) { in blockingPopImpl()