Searched refs:flush_in_progress_ (Results 1 – 3 of 3) sorted by relevance
350 if (!m->flush_in_progress_) { in PickMemtablesToFlush()356 m->flush_in_progress_ = true; // flushing will start very soon in PickMemtablesToFlush()374 assert(m->flush_in_progress_); in RollbackMemtableFlush()377 m->flush_in_progress_ = false; in RollbackMemtableFlush()522 m->flush_in_progress_ = false; in TryInstallMemtableFlushResults()
435 flush_in_progress_ = in_progress; in SetFlushInProgress()474 bool flush_in_progress_; // started the flush variable
91 flush_in_progress_(false), in MemTable()