Home
last modified time | relevance | path

Searched refs:closing_ (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/file/
Ddelete_scheduler.cc33 closing_(false), in DeleteScheduler()
47 closing_ = true; in ~DeleteScheduler()
195 while (queue_.empty() && !closing_) { in BackgroundEmptyTrash()
199 if (closing_) { in BackgroundEmptyTrash()
207 while (!queue_.empty() && !closing_) { in BackgroundEmptyTrash()
242 while (!closing_ && !cv_.TimedWait(start_time + total_penlty)) {} in BackgroundEmptyTrash()
350 while (pending_files_ > 0 && !closing_) { in WaitForEmptyTrash()
Dsst_file_manager_impl.cc38 closing_(false), in SstFileManagerImpl()
51 if (closing_) { in Close()
54 closing_ = true; in Close()
269 if (closing_) { in ClearError()
Ddelete_scheduler.h123 bool closing_; variable
Dsst_file_manager_impl.h175 bool closing_; variable