Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/
H A DConcurrentSkipList.h323 while (UNLIKELY(!nodeFound->fullyLinked())) { in addOrGetData()
425 return candidate->fullyLinked() && candidate->maxLayer() == layer && in okToDelete()
H A DConcurrentSkipList-inl.h126 bool fullyLinked() const { return getFlags() & FULLY_LINKED; } in fullyLinked() function
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DConcurrentSkipList.h329 while (UNLIKELY(!nodeFound->fullyLinked())) { in addOrGetData()
431 return candidate->fullyLinked() && candidate->maxLayer() == layer && in okToDelete()
H A DConcurrentSkipList-inl.h132 bool fullyLinked() const { in fullyLinked() function