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()
DAbstractTask.java298 K leftChild, rightChild, taskToFork; in compute() local
306 taskToFork = rightChild; in compute()
311 taskToFork = leftChild; in compute()
313 taskToFork.fork(); in compute()
DForEachOps.java296 ForEachTask<S, T> taskToFork; in compute() local
300 taskToFork = task; in compute()
305 taskToFork = leftTask; in compute()
307 taskToFork.fork(); in compute()
449 ForEachOrderedTask<S, T> taskToFork; in doCompute() local
454 taskToFork = rightChild; in doCompute()
459 taskToFork = leftChild; in doCompute()
461 taskToFork.fork(); in doCompute()