Lines Matching refs:g_ExceptionInMaster

210 …REQUIRE_MESSAGE(g_NumExceptionsCaught == (g_ExceptionInMaster ? g_MasterExecutedThrow : g_NonMaste…  in TestParallelLoopAux()
322 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecuted) || (!g_ExceptionInMaster in Test3()
362 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecuted) || (!g_ExceptionInMaster in Test4()
395 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900102()
416 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900202()
437 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900302()
458 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900402()
479 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900502()
691 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900602()
712 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900702()
733 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900802()
754 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900902()
1030 …|| (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) // non-external trhead throws but none tri… in Test5_parallel_for_each()
1031 …|| (g_ExceptionInMaster && !g_MasterExecutedThrow)) // external thread throws but external thr… in Test5_parallel_for_each()
1047 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900a02()
1068 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900b02()
1089 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900c02()
1110 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900d02()
1131 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900e02()
1231 g_ExceptionInMaster = (j & 1) != 0; in __anone85726900f02()
1251 g_ExceptionInMaster = (j & 1) != 0; in __anone85726901002()
1380 if(!g_ExceptionInMaster && g_NonMasterExecutedThrow > 0) { in Test1_pipeline()
1424 …bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMas… in Test2_pipeline()
1464 bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecuted) || in Test3_pipeline()
1465 (!g_ExceptionInMaster && !g_NonMasterExecuted); in Test3_pipeline()
1545 bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecuted) || in Test4_pipeline()
1546 (!g_ExceptionInMaster && !g_NonMasterExecuted); in Test4_pipeline()
1592 g_ExceptionInMaster = (j & 1) != 0; in TestWithDifferentFiltersAndConcurrency()
1719 g_ExceptionInMaster = (j & 1) != 0; in __anone85726901202()
1741 g_ExceptionInMaster = (j & 1) != 0; in __anone85726901302()