Home
last modified time | relevance | path

Searched refs:flush_requested_ (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dmemtable_list.h220 flush_requested_(false), in MemTableList()
308 void FlushRequested() { flush_requested_ = true; } in FlushRequested()
310 bool HasFlushRequested() { return flush_requested_; } in HasFlushRequested()
401 bool flush_requested_; variable
Dmemtable_list.cc327 if ((flush_requested_ && num_flush_not_started_ > 0) || in IsFlushPending()
361 flush_requested_ = false; // start-flush request is complete in PickMemtablesToFlush()
/rocksdb-6.9/
DHISTORY.md281 …ad releasing the db mutex in ~ColumnFamilyData and another thread clearing `flush_requested_` flag.