Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dparallel_reduce.h139 wait_node wn; in run() local
142 reduce_task->my_parent = &wn; in run()
143 execute_and_wait(*reduce_task, context, wn.m_wait, context); in run()
283 wait_node wn; in run() local
287 deterministic_reduce_task->my_parent = &wn; in run()
288 execute_and_wait(*deterministic_reduce_task, context, wn.m_wait, context); in run()
H A Dparallel_for.h110 wait_node wn; in run() local
111 for_task.my_parent = &wn; in run()
112 execute_and_wait(for_task, context, wn.m_wait, context); in run()