Home
last modified time | relevance | path

Searched refs:do_throw (Results 1 – 2 of 2) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp62 /*[[noreturn]]*/ void do_throw(F throw_func) { in do_throw() function
69 #define DO_THROW(exc, init_args) do_throw( []{ throw exc init_args; } );
117 do_throw([&buf] { throw std::runtime_error(buf); }); in handle_perror()
/oneTBB/test/common/
H A Dcustom_allocators.h313 static void set_limits( std::size_t max = 0, bool do_throw = true ) {
315 throwing = do_throw;
362 static void set_limits( std::size_t max = 0, bool do_throw = true ) {
364 throwing = do_throw;