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()
295 ForEachTask<S, T> taskToFork; in compute() local299 taskToFork = task; in compute()304 taskToFork = leftTask; in compute()306 taskToFork.fork(); in compute()448 ForEachOrderedTask<S, T> taskToFork; in doCompute() local453 taskToFork = rightChild; in doCompute()458 taskToFork = leftChild; in doCompute()460 taskToFork.fork(); in doCompute()
309 K leftChild, rightChild, taskToFork; in compute() local317 taskToFork = rightChild; in compute()322 taskToFork = leftChild; in compute()324 taskToFork.fork(); in compute()