Searched refs:IsBGWorkStopped (Results 1 – 4 of 4) sorted by relevance
51 bool IsBGWorkStopped() { in IsBGWorkStopped() function
1812 if (error_handler_.IsBGWorkStopped()) { in WaitUntilFlushWouldNotStallWrites()1958 } else if (error_handler_.IsBGWorkStopped() && in MaybeScheduleFlushOrCompaction()2004 } else if (error_handler_.IsBGWorkStopped()) { in MaybeScheduleFlushOrCompaction()2208 if (!error_handler_.IsBGWorkStopped()) { in BackgroundFlush()2502 if (!error_handler_.IsBGWorkStopped()) { in BackgroundCompaction()2885 if (c != nullptr && !is_manual && !error_handler_.IsBGWorkStopped()) { in BackgroundCompaction()
862 assert(!error_handler_.IsBGWorkStopped()); in MemTableInsertStatusCheck()
268 if (!error_handler_.IsDBStopped() && !error_handler_.IsBGWorkStopped()) { in Resume()