Searched refs:g_MasterExecutedThrow (Results 1 – 3 of 3) sorted by relevance
38 … g_MasterExecutedThrow, // number of times external thread entered exception code variable89 g_MasterExecutedThrow = 0;141 if(inMaster) ++g_MasterExecutedThrow; else ++g_NonMasterExecutedThrow; in ThrowTestException()151 if(inMaster) ++g_MasterExecutedThrow; else ++g_NonMasterExecutedThrow; in ThrowTestException()159 if(inMaster) ++g_MasterExecutedThrow; else ++g_NonMasterExecutedThrow; in ThrowTestException()199 …REQUIRE_MESSAGE ((g_ExceptionCaught || (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_Exce…
385 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_input_node_test()530 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_functype_node_test()830 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_continue_node_test()945 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_buffer_node_test()1079 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_sequencer_node_test()1202 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_priority_queue_node_test()1346 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in execute_test()1456 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in execute_test()1586 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_limiter_node_test()1712 …bool okayNoExceptionsCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMa… in run_one_split_node_test()[all …]
210 …REQUIRE_MESSAGE(g_NumExceptionsCaught == (g_ExceptionInMaster ? g_MasterExecutedThrow : g_NonMaste… in TestParallelLoopAux()1031 …|| (g_ExceptionInMaster && !g_MasterExecutedThrow)) // external thread throws but external thr… in Test5_parallel_for_each()1424 …bool okayNoExceptionCaught = (g_ExceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMas… in Test2_pipeline()