Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dexception.cpp79 void throw_exception ( exception_id eid ) { in throw_exception() argument
80 switch ( eid ) { in throw_exception()
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp135 void TestExceptionClassExports ( const E& exc, tbb::detail::exception_id eid ) { in TestExceptionClassExports() argument
136 CHECK( eid < tbb::detail::exception_id::last_entry ); in TestExceptionClassExports()
143 tbb::detail::throw_exception( eid ); in TestExceptionClassExports()