Searched refs:IsEmptyInternal (Results 1 – 1 of 1) sorted by relevance
333 bool IsEmptyInternal() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_);609 DCHECK(IsEmptyInternal()); in ~Queue()827 if (empty_notification_ != nullptr && IsEmptyInternal()) { in ProcessBatch()836 return IsEmptyInternal(); in IsEmpty()845 if (IsEmptyInternal()) { in CloseAndWaitUntilEmpty()856 bool Queue<TaskType>::IsEmptyInternal() const { in IsEmptyInternal() function