Home
last modified time | relevance | path

Searched refs:leftDescendant (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DForEachOps.java502 ForEachOrderedTask<S, T> leftDescendant = completionMap.remove(this); in onCompletion() local
503 if (leftDescendant != null) in onCompletion()
504 leftDescendant.tryComplete(); in onCompletion()