Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 7 of 7) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DExceptions_and_Cancellation.rst16 #. The algorithm is cancelled. Pending iterations are not executed. If
18 also be cancelled as explained in :ref:`Cancellation_and_Nested_Parallelism`.
72 algorithm. When the exception happens, the algorithm is cancelled and an
H A DCancellation_and_Nested_Parallelism.rst19 Hence an algorithm and all algorithms it called can be cancelled with a
122 cancelled, but not inner iterations for an outer iteration that started.
H A DCancellation_Without_An_Exception.rst10 … if it actually causes cancellation, ``false`` if the ``task_group_context`` was already cancelled.
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h280 cancelled = false; in wait_for_all()
286 cancelled = my_context->is_group_execution_cancelled(); in wait_for_all()
290 cancelled = true; in wait_for_all()
331 bool is_cancelled() { return cancelled; } in is_cancelled()
338 bool cancelled; variable
/oneTBB/test/conformance/
H A Dconformance_graph.cpp292 std::atomic<bool> cancelled(false);
296 while( !cancelled.load(std::memory_order_relaxed) ) in __anon8ef3c1da0202()
308 cancelled.store(true, std::memory_order_relaxed); in __anon8ef3c1da0302()
/oneTBB/examples/graph/som/
H A DREADME.md6 …he graphs examining the sections being updated for the next example are cancelled and restarted af…
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h430 cancelled = false; in graph()
441 cancelled = false; in graph()
494 cancelled = false; in reset()