Home
last modified time | relevance | path

Searched refs:on_exception (Results 1 – 13 of 13) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h293 } ).on_exception( [&] { in concurrent_vector()
303 } ).on_exception( [&] { in concurrent_vector()
314 } ).on_exception( [&] { in concurrent_vector()
324 } ).on_exception( [&] { in concurrent_vector()
584 } ).on_exception( [&] { in create_segment()
693 } ).on_exception( [&] { in copy_segment()
716 } ).on_exception( [&] { in move_segment()
816 } ).on_exception( [&] { in internal_loop_construct()
987 } ).on_exception( [&] { in internal_compact()
H A Dconcurrent_hash_map.h190 } ).on_exception( [&] {
204 } ).on_exception( [&] {
865 }).on_exception( [&] { in __TBB_requires()
875 }).on_exception( [&] { in __TBB_requires()
902 }).on_exception( [&] { in __TBB_requires()
913 }).on_exception( [&] { in __TBB_requires()
923 }).on_exception( [&] { in __TBB_requires()
1539 }).on_exception( [&] { in __TBB_requires()
H A Dcollaborative_call_once.h166 }).on_exception([&] { in do_collaborative_call_once()
H A Dconcurrent_queue.h573 }).on_exception( [&] { in internal_push()
618 }).on_exception( [&] { in internal_pop()
/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h79 } ).on_exception( [&] {
92 } ).on_exception( [&] {
292 }).on_exception([&] { in extend_table_if_necessary()
414 } ).on_exception( [&] { in internal_move_construct_with_allocator()
H A D_concurrent_queue_base.h119 }).on_exception( [&] { in prepare_page()
216 }).on_exception( [&] { in assign()
237 }).on_exception( [&] { in assign()
454 }).on_exception( [&] { in assign()
H A D_flow_graph_impl.h287 }).on_exception([this] { in wait_for_all()
H A D_template_helpers.h221 void on_exception( OnExceptionBody on_exception_body ) {
H A D_concurrent_unordered_base.h291 } ).on_exception( [&] { in concurrent_unordered_base()
306 } ).on_exception( [&] { in concurrent_unordered_base()
1385 } ).on_exception( [&] { in internal_move_construct_with_allocator()
H A D_concurrent_skip_list.h1091 }).on_exception([&] { in internal_copy()
/oneTBB/src/tbb/
H A Dthreading_control.cpp231 }).on_exception([&] { in create_threading_control()
H A Dconcurrent_monitor.h467 }).on_exception( [&] { in guarded_call()
/oneTBB/test/tbb/
H A Dtest_task_arena.cpp361 void on_exception(const char *e) { // outside arena, in catch block in on_exception() function
410 scoped_functor.on_exception(e.what()); in test_arena_entry()