Home
last modified time | relevance | path

Searched refs:throw_exception (Results 1 – 23 of 23) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h77 TBB_EXPORT void __TBB_EXPORTED_FUNC throw_exception ( exception_id );
81 using r1::throw_exception;
H A D_segment_table.h235 throw_exception(exception_id::reservation_length_error); in reserve()
299 throw_exception(exception_id::bad_alloc); in extend_table_if_necessary()
520 throw_exception(exception_id::bad_alloc); in internal_subscript()
H A D_flow_graph_types_impl.h359 throw_exception(exception_id::bad_tagged_msg_cast);
H A D_concurrent_queue_base.h346 throw_exception( exception_id::bad_last_alloc); in spin_wait_until_my_turn()
H A D_concurrent_unordered_base.h663 tbb::detail::throw_exception(exception_id::invalid_load_factor); in max_load_factor()
/oneTBB/src/tbb/
H A Dallocator.cpp187 throw_exception(exception_id::bad_alloc); in cache_aligned_allocate()
194 throw_exception(exception_id::bad_alloc); in cache_aligned_allocate()
253 throw_exception(exception_id::bad_alloc); in allocate_memory()
H A Dexception.cpp79 void throw_exception ( exception_id eid ) { in throw_exception() function
H A Dconcurrent_monitor.h173 throw_exception(exception_id::user_abort); in wait()
H A Dgovernor.cpp312 throw_exception(exception_id::unsafe_wait); in finalize()
H A Dtask_dispatcher.h58 /*[[noreturn]]*/void do_throw_noexcept(void (*throw_exception)()) noexcept;
/oneTBB/include/oneapi/tbb/
H A Dmemory_pool.h112 throw_exception(std::bad_alloc());
208 throw_exception(std::runtime_error("Can't create pool")); in memory_pool()
247 throw_exception(std::invalid_argument("Zero in parameter is invalid")); in fixed_pool()
251 throw_exception(std::runtime_error("Can't create pool")); in fixed_pool()
H A Dscalable_allocator.h203 void throw_exception(const E &e) { in throw_exception() function
227 throw_exception(std::bad_alloc()); in allocate()
292 throw_exception(std::bad_alloc()); in do_allocate()
H A Dconcurrent_priority_queue.h177 throw_exception(exception_id::bad_alloc); in push()
185 throw_exception(exception_id::bad_alloc); in push()
H A Dconcurrent_vector.h503 tbb::detail::throw_exception(exception_id::reservation_length_error); in reserve()
752 tbb::detail::throw_exception(exception_id::out_of_range); in internal_subscript_with_exceptions()
759 tbb::detail::throw_exception(exception_id::out_of_range); in internal_subscript_with_exceptions()
763 tbb::detail::throw_exception(exception_id::out_of_range); in internal_subscript_with_exceptions()
H A Dparallel_for.h308 throw_exception(exception_id::nonpositive_step); // throws std::invalid_argument in parallel_for_impl()
384 throw_exception(exception_id::nonpositive_step); // throws std::invalid_argument in parallel_for_impl()
H A Dconcurrent_unordered_map.h112 throw_exception(exception_id::invalid_key); in at()
121 throw_exception(exception_id::out_of_range); in at()
H A Dconcurrent_queue.h565 throw_exception(exception_id::user_abort); in internal_push()
610 throw_exception(exception_id::user_abort); in internal_pop()
H A Dconcurrent_map.h116 throw_exception(exception_id::invalid_key); in at()
H A Dtask_group.h575 throw_exception(exception_id::missing_wait); in noexcept()
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp143 tbb::detail::throw_exception( eid ); in TestExceptionClassExports()
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def50 ?throw_exception@r1@detail@tbb@@YAXW4exception_id@d0@23@@Z
H A Dwin32-tbb.def50 ?throw_exception@r1@detail@tbb@@YAXW4exception_id@d0@23@@Z
/oneTBB/test/common/
H A Ddoctest.h3336 DOCTEST_NORETURN void throw_exception(Ex const& e) {
3354 throw_exception(std::logic_error( \