Searched refs:cancelled (Results 1 – 7 of 7) sorted by relevance
16 #. The algorithm is cancelled. Pending iterations are not executed. If18 also be cancelled as explained in :ref:`Cancellation_and_Nested_Parallelism`.72 algorithm. When the exception happens, the algorithm is cancelled and an
19 Hence an algorithm and all algorithms it called can be cancelled with a122 cancelled, but not inner iterations for an outer iteration that started.
10 … if it actually causes cancellation, ``false`` if the ``task_group_context`` was already cancelled.
280 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
292 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()
6 …he graphs examining the sections being updated for the next example are cancelled and restarted af…
430 cancelled = false; in graph()441 cancelled = false; in graph()494 cancelled = false; in reset()