Searched refs:exceptionCaught (Results 1 – 1 of 1) sorted by relevance
463 bool exceptionCaught = false; in LaunchChildrenWithFunctor() local469 exceptionCaught = true; in LaunchChildrenWithFunctor()472 if (g_Throw && !exceptionCaught && status != tbb::canceled) { in LaunchChildrenWithFunctor()531 bool exceptionCaught = false; in TestExceptionHandling2() local541 exceptionCaught = true; in TestExceptionHandling2()543 CHECK_MESSAGE( exceptionCaught, "No exception thrown from the root task group" ); in TestExceptionHandling2()