Home
last modified time | relevance | path

Searched defs:throw_self (Results 1 – 6 of 6) sorted by relevance

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/include/tbb/
H A Dtbb_exception.h220 void throw_self() __TBB_override { __TBB_THROW(*this); } in throw_self() function
304 void throw_self() __TBB_override { __TBB_THROW( *this ); } in throw_self() function
339 void throw_self() { std::rethrow_exception(my_ptr); } in throw_self() function
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/include/tbb/
H A Dtbb_exception.h221 void throw_self() __TBB_override { __TBB_THROW(*this); } in throw_self() function
305 void throw_self() __TBB_override { __TBB_THROW( *this ); } in throw_self() function
340 void throw_self() { std::rethrow_exception(my_ptr); } in throw_self() function
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/tbb/
H A Dtbb_exception.h235 void throw_self () { __TBB_THROW(*this); } in throw_self() function
324 void throw_self () { __TBB_THROW( *this ); } in throw_self() function
359 void throw_self () { std::rethrow_exception(my_ptr); } in throw_self() function
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/include/tbb/
H A Dtbb_exception.h220 void throw_self() __TBB_override { __TBB_THROW(*this); } in throw_self() function
304 void throw_self() __TBB_override { __TBB_THROW( *this ); } in throw_self() function
339 void throw_self() { std::rethrow_exception(my_ptr); } in throw_self() function
/dports/devel/tbb/oneTBB-2020.3/include/tbb/
H A Dtbb_exception.h220 void throw_self() __TBB_override { __TBB_THROW(*this); } in throw_self() function
304 void throw_self() __TBB_override { __TBB_THROW( *this ); } in throw_self() function
339 void throw_self() { std::rethrow_exception(my_ptr); } in throw_self() function
/dports/devel/onetbb/oneTBB-2021.4.0/src/tbb/
H A Dtask_group_context.cpp45 void tbb_exception_ptr::throw_self() { in throw_self() function in tbb::detail::r1::tbb_exception_ptr