Home
last modified time | relevance | path

Searched refs:terminate (Results 1 – 25 of 26) sorted by relevance

12

/oneTBB/examples/common/gui/
H A Dconvideo.cpp74 void video::terminate() { in terminate() function in video
99 terminate(); in ~video()
H A Dmacvideo.cpp78 void video::terminate() { in terminate() function in video
97 terminate(); in ~video()
H A Dxvideo.cpp288 terminate(); in init_window()
304 void video::terminate() { in terminate() function in video
343 terminate(); in ~video()
H A Dgdivideo.cpp125 void video::terminate() { in terminate() function in video
H A Dvideo.hpp88 void terminate();
H A Dd2dvideo.cpp158 void video::terminate() { in terminate() function in video
H A Dwinvideo.hpp193 terminate(); in ~video()
/oneTBB/test/tbb/
H A Dtest_tbb_header_secondary.cpp36 #define CHECK(x) do { if (!(x)) { std::terminate(); } } while (false)
H A Dtest_flow_graph_priorities.cpp597 inner_arena.terminate(); in execute_outer_graph()
611 outer_arena.terminate(); in test_in_arena()
H A Dtest_task_arena.cpp65 arena.terminate(); in InitializeAndTerminate()
88 arena.terminate(); in InitializeAndTerminate()
628 arena.terminate(); in operator ()()
/oneTBB/include/oneapi/tbb/
H A Dtask_arena.h88 TBB_EXPORT void __TBB_EXPORTED_FUNC terminate(d1::task_arena_base&);
363 void terminate() { in terminate() function
365 r1::terminate(*this); in terminate()
373 terminate(); in ~task_arena()
/oneTBB/examples/task_arena/fractal/
H A Dmain.cpp83 video.terminate(); in main()
/oneTBB/examples/parallel_for/seismic/
H A Dmain.cpp130 video.terminate(); in main()
/oneTBB/python/tbb/
H A Dpool.py211 def terminate(self): member in Pool
230 self.terminate()
H A Dtest.py200 pool.terminate()
H A Dapi.i122 void terminate();
/oneTBB/src/tbb/
H A Darena.cpp501 static void terminate(d1::task_arena_base&);
512 void __TBB_EXPORTED_FUNC terminate(d1::task_arena_base& ta) { in terminate() function
513 task_arena_impl::terminate(ta); in terminate()
569 void task_arena_impl::terminate(d1::task_arena_base& ta) { in terminate() function in tbb::detail::r1::task_arena_impl
/oneTBB/test/conformance/
H A Dconformance_task_arena.cpp60 a.terminate();
/oneTBB/doc/main/tbb_userguide/
H A Dcatching_exceptions.rst44 terminate. If desirable, the exception could be caught and handled
H A DCook_Until_Done_parallel_do.rst83 ``parallel_for_each`` does not terminate until all items have been
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_impl.h243 my_task_arena->terminate();
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def95 ?terminate@r1@detail@tbb@@YAXAEAVtask_arena_base@d1@23@@Z
H A Dwin32-tbb.def99 ?terminate@r1@detail@tbb@@YAXAAVtask_arena_base@d1@23@@Z
/oneTBB/
H A DLICENSE.txt86 granted to You under this License for that Work shall terminate
H A Dthird-party-programs.txt257 …mpt otherwise to propagate or modify it is void, and will automatically terminate your rights unde…
263 …Termination of your rights under this section does not terminate the licenses of parties who have …

12