Searched refs:taskToFork (Results 1 – 3 of 3) sorted by relevance
118 K leftChild, rightChild, taskToFork; in compute() local126 taskToFork = rightChild; in compute()131 taskToFork = leftChild; in compute()133 taskToFork.fork(); in compute()
298 K leftChild, rightChild, taskToFork; in compute() local306 taskToFork = rightChild; in compute()311 taskToFork = leftChild; in compute()313 taskToFork.fork(); in compute()
296 ForEachTask<S, T> taskToFork; in compute() local300 taskToFork = task; in compute()305 taskToFork = leftTask; in compute()307 taskToFork.fork(); in compute()449 ForEachOrderedTask<S, T> taskToFork; in doCompute() local454 taskToFork = rightChild; in doCompute()459 taskToFork = leftChild; in doCompute()461 taskToFork.fork(); in doCompute()