Home
last modified time | relevance | path

Searched refs:reservation_length_error (Results 1 – 5 of 5) sorted by relevance

/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h35 reservation_length_error, enumerator
H A D_segment_table.h235 throw_exception(exception_id::reservation_length_error); in reserve()
/oneTBB/src/tbb/
H A Dexception.cpp86 …case exception_id::reservation_length_error: DO_THROW(std::length_error, ("Attempt to exceed imple… in throw_exception()
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp164 …tionClassExports( std::length_error("test"), tbb::detail::exception_id::reservation_length_error ); in TestExceptionClassesExports()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h503 tbb::detail::throw_exception(exception_id::reservation_length_error); in reserve()