Searched refs:IsQueueClosed (Results 1 – 2 of 2) sorted by relevance
148 if (!status_.ok() || status.ok() || IsQueueClosed(status)) { in UpdateStatus()188 if (IsQueueClosed(status) && (!coord_ || !coord_->ShouldStop())) { in Run()
101 bool IsQueueClosed(Status status) const { in IsQueueClosed() function