Searched refs:flush_requested_ (Results 1 – 3 of 3) sorted by relevance
220 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
327 if ((flush_requested_ && num_flush_not_started_ > 0) || in IsFlushPending()361 flush_requested_ = false; // start-flush request is complete in PickMemtablesToFlush()
281 …ad releasing the db mutex in ~ColumnFamilyData and another thread clearing `flush_requested_` flag.