Searched refs:IsShutdownComplete (Results 1 – 5 of 5) sorted by relevance
307 DCHECK(IsShutdownComplete()); in Shutdown()321 !IsShutdownComplete()) { in FlushForTesting()336 IsShutdownComplete()) { in FlushAsyncForTesting()432 bool TaskTracker::IsShutdownComplete() const { in IsShutdownComplete() function in base::internal::TaskTracker717 DCHECK(!state_->HasShutdownStarted() || !IsShutdownComplete()); in BeforeRunTask()
167 bool IsShutdownComplete() const;
158 task_tracker_->IsShutdownComplete(); in ShouldExit()
202 EXPECT_TRUE(tracker_.IsShutdownComplete()); in WaitForAsyncIsShutdownComplete()209 EXPECT_FALSE(tracker_.IsShutdownComplete()); in VerifyAsyncShutdownInProgress()
624 bool shutdown_complete = outer_->task_tracker_->IsShutdownComplete(); in OnMainExit()