Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 4 of 4) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_handle_perror.cpp48 bool caught = false; variable
55 caught = true;
57 REQUIRE(caught);
H A Dtest_global_control.cpp129 bool caught = false; in TestException() local
137 caught = true; in TestException()
142 REQUIRE( caught ); in TestException()
/oneTBB/doc/main/tbb_userguide/
H A Dcatching_exceptions.rst9 caught before it propagates beyond the node's body, the execution of all
41 that is not caught within the body. This will cause the execution of the
44 terminate. If desirable, the exception could be caught and handled
62 If the exception is caught and handled in the body, then there is no
/oneTBB/doc/main/intro/
H A Dtesting_approach.rst24 …sible combinations**. It ensures that even rarely triggered error conditions are caught by testing.