Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/
H A DIndexedMemPool.h347 TaggedPtr withIdx(uint32_t repl) const { in withIdx() function
351 TaggedPtr withEmpty() const { return withIdx(0).withSize(0); } in withEmpty()
411 if (globalHead_.compare_exchange_strong(gh, gh.withIdx(localHead))) { in globalPush()
439 if (head.compare_exchange_strong(h, h.withIdx(idx).withSizeIncr())) { in localPush()
455 gh.withIdx( in globalPop()
471 if (head.compare_exchange_strong(h, h.withIdx(next).withSizeDecr())) { in localPop()
500 h, h.withIdx(next).withSize(LocalListLimit))) { in localPop()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DIndexedMemPool.h346 TaggedPtr withIdx(uint32_t repl) const { in withIdx() function
351 return withIdx(0).withSize(0); in withEmpty()
416 if (globalHead_.compare_exchange_strong(gh, gh.withIdx(localHead))) { in globalPush()
440 if (head.compare_exchange_strong(h, h.withIdx(idx).withSizeIncr())) { in localPush()
456 gh.withIdx( in globalPop()
472 if (head.compare_exchange_strong(h, h.withIdx(next).withSizeDecr())) { in localPop()
494 h, h.withIdx(next).withSize(LocalListLimit))) { in localPop()