Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/
DAtomicNotification.h38 void atomic_wait(const std::atomic<Integer>* atomic, Integer expected);
DAtomicNotification-inl.h115 void atomic_wait(const std::atomic<Integer>* atomic, Integer expected) { in atomic_wait() function