Searched refs:IsEmptyInternal (Results 1 – 1 of 1) sorted by relevance
278 bool IsEmptyInternal() const EXCLUSIVE_LOCKS_REQUIRED(mu_);521 DCHECK(IsEmptyInternal()); in ~Queue()624 if (empty_notification_ != nullptr && IsEmptyInternal()) { in ProcessBatch()633 return IsEmptyInternal(); in IsEmpty()642 if (IsEmptyInternal()) { in CloseAndWaitUntilEmpty()653 bool Queue<TaskType>::IsEmptyInternal() const { in IsEmptyInternal() function