Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DSleeper.h45 void wait() noexcept { in wait() function
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DFlushOptions.java85 final boolean wait); in setWaitForFlush()
/rocksdb-6.9/util/
Drepeatable_thread.h81 bool wait(uint64_t delay) { in wait() function
/rocksdb-6.9/db/
Dconvenience.cc16 void CancelAllBackgroundWork(DB* db, bool wait) { in CancelAllBackgroundWork()
/rocksdb-6.9/third-party/folly/folly/synchronization/
DParkingLot.h35 std::cv_status wait(std::chrono::time_point<Clock, Duration> deadline) { in wait() function
/rocksdb-6.9/db/db_impl/
Ddb_impl_debug.cc125 Status DBImpl::TEST_FlushMemTable(bool wait, bool allow_write_stall, in TEST_FlushMemTable()
Ddb_impl.cc399 void DBImpl::CancelAllBackgroundWork(bool wait) { in CancelAllBackgroundWork()
/rocksdb-6.9/include/rocksdb/
Doptions.h1430 bool wait; member
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc2109 const bool wait = in Reopen() local
/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc289 std::vector<TransactionID> wait = txn2->GetWaitingTxns(&cf_id, &key); in TEST_P() local