Home
last modified time | relevance | path

Searched refs:canceled (Results 1 – 8 of 8) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Dcancelling_nested_parallelism.rst7 Nested parallelism is canceled if the inner context is bound to the
11 If the execution of a flow graph is canceled, either explicitly or due
13 nested within the nodes of the canceled flow graph may or may not be
14 canceled.
H A Dcatching_exceptions.rst10 of the graph's nodes are canceled and the exception is rethrown at the
42 graph to be canceled and the exception to be rethrown at the call to
77 In this case, the execution of the graph is canceled. For our example,
H A Duse_graph_reset.rst7 When a graph execution is canceled either because of an unhandled
8 exception or because its task_group_context is canceled explicitly, the
H A DFlow-Graph-exception-tips.rst7 The execution of a flow graph can be canceled directly or as a result of
H A Dcancel_a_graph.rst44 When a graph execution is canceled, any node that has already started to
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h425 canceled enumerator
510 return cancellation_status ? canceled : complete; in internal_run_and_wait()
527 return cancellation_status ? canceled : complete; in internal_run_and_wait()
588 return cancellation_status ? canceled : complete; in wait()
732 using detail::d1::canceled;
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp232 outer_status == tbb::task_group_status::canceled, in run_cancellation_use_case()
269 return tbb::task_group_status::canceled; in test()
/oneTBB/test/tbb/
H A Dtest_task_group.cpp472 if (g_Throw && !exceptionCaught && status != tbb::canceled) { in LaunchChildrenWithFunctor()
504 CHECK_MESSAGE( status == tbb::canceled, "Task group reported invalid status." ); in TestManualCancellationWithFunctor()
1077 outer_status == tbb::task_group_status::canceled, in run_cancellation_use_case()
1114 return tbb::task_group_status::canceled; in test()