Searched refs:flush_completed_ (Results 1 – 3 of 3) sorted by relevance
351 assert(!m->flush_completed_); in PickMemtablesToFlush()378 m->flush_completed_ = false; in RollbackMemtableFlush()406 mems[i]->flush_completed_ = true; in TryInstallMemtableFlushResults()429 if (memlist.empty() || !memlist.back()->flush_completed_) { in TryInstallMemtableFlushResults()442 if (!m->flush_completed_) { in TryInstallMemtableFlushResults()521 m->flush_completed_ = false; in TryInstallMemtableFlushResults()
428 void SetFlushCompleted(bool completed) { flush_completed_ = completed; } in SetFlushCompleted()475 bool flush_completed_; // finished the flush variable
92 flush_completed_(false), in MemTable()