Searched refs:canceled (Results 1 – 8 of 8) sorted by relevance
7 Nested parallelism is canceled if the inner context is bound to the11 If the execution of a flow graph is canceled, either explicitly or due13 nested within the nodes of the canceled flow graph may or may not be14 canceled.
10 of the graph's nodes are canceled and the exception is rethrown at the42 graph to be canceled and the exception to be rethrown at the call to77 In this case, the execution of the graph is canceled. For our example,
7 When a graph execution is canceled either because of an unhandled8 exception or because its task_group_context is canceled explicitly, the
7 The execution of a flow graph can be canceled directly or as a result of
44 When a graph execution is canceled, any node that has already started to
425 canceled enumerator510 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;
232 outer_status == tbb::task_group_status::canceled, in run_cancellation_use_case()269 return tbb::task_group_status::canceled; in test()
472 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()