Searched defs:wait (Results 1 – 10 of 10) sorted by relevance
45 void wait() noexcept { in wait() function
85 final boolean wait); in setWaitForFlush()
81 bool wait(uint64_t delay) { in wait() function
16 void CancelAllBackgroundWork(DB* db, bool wait) { in CancelAllBackgroundWork()
35 std::cv_status wait(std::chrono::time_point<Clock, Duration> deadline) { in wait() function
125 Status DBImpl::TEST_FlushMemTable(bool wait, bool allow_write_stall, in TEST_FlushMemTable()
399 void DBImpl::CancelAllBackgroundWork(bool wait) { in CancelAllBackgroundWork()
1430 bool wait; member
2109 const bool wait = in Reopen() local
289 std::vector<TransactionID> wait = txn2->GetWaitingTxns(&cf_id, &key); in TEST_P() local