Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h38g_MasterExecutedThrow, // number of times external thread entered exception code variable
89 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…
/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp385 …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 …]
H A Dtest_eh_algorithms.cpp210 …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()