Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp463 bool exceptionCaught = false; in LaunchChildrenWithFunctor() local
469 exceptionCaught = true; in LaunchChildrenWithFunctor()
472 if (g_Throw && !exceptionCaught && status != tbb::canceled) { in LaunchChildrenWithFunctor()
531 bool exceptionCaught = false; in TestExceptionHandling2() local
541 exceptionCaught = true; in TestExceptionHandling2()
543 CHECK_MESSAGE( exceptionCaught, "No exception thrown from the root task group" ); in TestExceptionHandling2()