Searched refs:g_NonMasterExecutedThrow (Results 1 – 3 of 3) sorted by relevance
39 … g_NonMasterExecutedThrow, // number of times non-external thread entered exception code variable90 g_NonMasterExecutedThrow = 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 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow)), "no ex…
385 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_input_node_test()530 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_functype_node_test()830 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_continue_node_test()945 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_buffer_node_test()1079 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_sequencer_node_test()1202 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_priority_queue_node_test()1346 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in execute_test()1456 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in execute_test()1586 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_limiter_node_test()1712 …nMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) || !thro… in run_one_split_node_test()[all …]
210 …(g_NumExceptionsCaught == (g_ExceptionInMaster ? g_MasterExecutedThrow : g_NonMasterExecutedThrow), in TestParallelLoopAux()1030 …|| (!g_ExceptionInMaster && !g_NonMasterExecutedThrow) // non-external trhead throws but none tri… in Test5_parallel_for_each()1380 if(!g_ExceptionInMaster && g_NonMasterExecutedThrow > 0) { in Test1_pipeline()1424 …xceptionInMaster && !g_MasterExecutedThrow) || (!g_ExceptionInMaster && !g_NonMasterExecutedThrow); in Test2_pipeline()