Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/
DAtomicNotification-inl.h41 void atomic_wait_impl( in atomic_wait_impl() function
49 void atomic_wait_impl(const Atom<Integer, Args...>* atomic, Integer expected) { in atomic_wait_impl() function
116 detail::atomic_notification::atomic_wait_impl(atomic, expected); in atomic_wait()