Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/synchronization/
DBaton.h74 bool ready() const noexcept { in ready() function
177 return ready(); in try_wait()
252 switch (detail::spin_pause_until(deadline, opt, [=] { return ready(); })) { in tryWaitSlow()
262 switch (detail::spin_yield_until(deadline, [=] { return ready(); })) { in tryWaitSlow()
DDistributedMutex-inl.h793 Waiter<Atomic>* ready = nullptr)
800 ready_{ready} {}
/rocksdb-6.9/third-party/folly/folly/synchronization/test/
DDistributedMutexTest.cpp838 auto&& ready = folly::Baton<>{}; in TEST()
845 ready.post(); in TEST()
853 ready.wait(); in TEST()
/rocksdb-6.9/docs/_docs/
Dfaq.md44 … results, work is currently underway to develop MyRocks into a production ready solution for web-s…
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc471 bool ready = true; in AtomicFlushMemTablesToOutputFiles() local
483 ready = false; in AtomicFlushMemTablesToOutputFiles()
490 ready = false; in AtomicFlushMemTablesToOutputFiles()
494 return ready; in AtomicFlushMemTablesToOutputFiles()
/rocksdb-6.9/db/
Dversion_set.cc4042 ManifestWriter* ready = manifest_writers_.front(); in ProcessManifestWrites() local
4046 if (&w == ready) { in ProcessManifestWrites()
4051 ready->status = s; in ProcessManifestWrites()
4052 ready->done = true; in ProcessManifestWrites()
4054 ready->cv.Signal(); in ProcessManifestWrites()
4056 if (ready == last_writer) { in ProcessManifestWrites()
/rocksdb-6.9/
DHISTORY.md679 * Options::use_direct_writes and Options::use_direct_reads are now ready to use.