Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/stream/
DAbstractShortCircuitTask.java118 K leftChild, rightChild, taskToFork; in compute() local
126 taskToFork = rightChild; in compute()
131 taskToFork = leftChild; in compute()
133 taskToFork.fork(); in compute()
DForEachOps.java295 ForEachTask<S, T> taskToFork; in compute() local
299 taskToFork = task; in compute()
304 taskToFork = leftTask; in compute()
306 taskToFork.fork(); in compute()
448 ForEachOrderedTask<S, T> taskToFork; in doCompute() local
453 taskToFork = rightChild; in doCompute()
458 taskToFork = leftChild; in doCompute()
460 taskToFork.fork(); in doCompute()
DAbstractTask.java309 K leftChild, rightChild, taskToFork; in compute() local
317 taskToFork = rightChild; in compute()
322 taskToFork = leftChild; in compute()
324 taskToFork.fork(); in compute()