Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 33) sorted by relevance

12

/oneTBB/examples/graph/som/
H A DREADME.md22 som [n-of-threads=value] [radius-fraction=value] [number-of-epochs=value] [cancel-test] [debug] [no…
28 * `cancel-test` - test for cancel signal while finding BMU.
/oneTBB/test/conformance/
H A Dconformance_task_group.cpp207 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case() argument
222 std::forward<CancelF>(cancel)(outer_tg); in run_cancellation_use_case() local
252 [](tbb::task_group& outer) { outer.cancel(); }, in test()
H A Dconformance_graph.cpp283 g.cancel();
307 g.cancel(); in __anon8ef3c1da0302()
/oneTBB/src/tbbmalloc/
H A DCustomize.h97 enum notify_type {prepare=0, cancel, acquired, releasing}; enumerator
107 case cancel: in call_itt_notify()
/oneTBB/doc/main/tbb_userguide/
H A Dcancel_a_graph.rst7 To cancel a graph execution without an exception, you can create the
51 within the node body and use it to cancel the execution of the graph it
H A DCancellation_Without_An_Exception.rst7 To cancel an algorithm but not throw an exception, use the expression ``current_context()->cancel_g…
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h94 d1::task* cancel(d1::execution_data& ed) override { in cancel() function
456 task* cancel(execution_data& ed) override { in cancel() function
485 task* cancel(execution_data&) override { in cancel() function
572 cancel(); in noexcept()
591 void cancel() { in cancel() function
H A Dparallel_invoke.h52 task* cancel(execution_data& ed) override { in cancel() function
116 task* cancel(execution_data& ed) override { in cancel() function
H A Dparallel_for_each.h155 task* cancel(execution_data& ed) override { in cancel() function
227 task* cancel(execution_data&) override { in cancel() function
297 task* cancel(execution_data& ed) override {
362 task* cancel(execution_data& ed) override {
485 task* cancel(execution_data&) override {
H A Dparallel_scan.h146 task* cancel(execution_data& ed) override { in cancel() function
265 task* cancel(execution_data& ed) override { in cancel() function
313 task* cancel(execution_data& ed) override { in cancel() function
391 task* cancel( execution_data& ed ) override { in cancel() function
H A Dparallel_reduce.h99 task* cancel(execution_data&) override;
224 task* start_reduce<Range, Body, Partitioner>::cancel(execution_data& ed) { in cancel() function
260 task* cancel(execution_data&) override;
357 task* start_deterministic_reduce<Range, Body, Partitioner>::cancel(execution_data& ed) { in cancel() function
H A Dprofiling.h68 enum notify_type {prepare=0, cancel, acquired, releasing, destroy}; enumerator
H A Dparallel_for.h70 task* cancel(execution_data&) override;
177 task* start_for<Range, Body, Partitioner>::cancel(execution_data& ed) { in cancel() function
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h171 task* cancel(execution_data& ed) override { in cancel() function
176 task* t_next = my_task->cancel(ed); in cancel()
328 void cancel();
H A D_flow_graph_body_impl.h267 task* cancel(execution_data& ed) override {
296 task* cancel(execution_data& ed) override {
320 task* cancel(execution_data& ed) override {
H A D_task.h220 virtual task* cancel(execution_data&) = 0; in alignas()
/oneTBB/test/tbb/
H A Dtest_task_group.cpp501 tg.cancel(); in TestManualCancellationWithFunctor()
1052 void run_cancellation_use_case(CancelF&& cancel, WaitF&& wait) { in run_cancellation_use_case() argument
1067 std::forward<CancelF>(cancel)(outer_tg); in run_cancellation_use_case() local
1097 [](tbb::task_group& outer) { outer.cancel(); }, in test()
H A Dtest_task.cpp61 task* cancel( tbb::detail::d1::execution_data& ) override { in cancel() function in CountingTask
371 task* cancel(tbb::detail::d1::execution_data&) override { in cancel() function
450 task* cancel(tbb::detail::d1::execution_data&) override { in cancel() function
741 tbb::detail::d1::task* cancel( tbb::detail::d1::execution_data& ) override { in cancel() function
H A Dtest_overwrite_node.cpp240 g.cancel();
/oneTBB/python/tbb/
H A Dapi.i135 void cancel();
H A Dpool.py216 self._tasks.cancel()
/oneTBB/src/tbb/
H A Dmailbox.h89 task* cancel(d1::execution_data&) override { in cancel() function
H A Dparallel_pipeline.cpp329 task* cancel(d1::execution_data& ed) override { in cancel() function in tbb::detail::r1::stage_task
H A Dscheduler_common.h429 d1::task* cancel(d1::execution_data&) override { in cancel() function
/oneTBB/examples/task_group/sudoku/
H A Dsudoku.cpp234 g.cancel(); in partial_solve()

12