Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 3 of 3) sorted by relevance

/oneTBB/src/tbb/
H A Dexception.cpp69 #define DO_THROW(exc, init_args) do_throw( []{ throw exc init_args; } ); argument
76 #define DO_THROW(exc, init_args) PRINT_ERROR_AND_ABORT(#exc, #init_args) argument
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp135 void TestExceptionClassExports ( const E& exc, tbb::detail::exception_id eid ) { in TestExceptionClassExports() argument
141 throw exc; in TestExceptionClassExports()
153 (void)exc; in TestExceptionClassExports()
/oneTBB/test/common/
H A Dgraph_utils.h882 catch (const int& exc)
885 CHECK_MESSAGE( exc == threshold, "graph.wait_for_all() rethrow current exception" );