Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp62 std::atomic<unsigned> nExceptions; variable
164 nExceptions = 0; in ResetGlobals()
1925 ++nExceptions; in operator ()()
1939 nExceptions = 0; in test_flow_graph_exception0()
1963 …CHECK_MESSAGE( (nExceptions > 0), "Exception caught, but no body signaled exception being thrown"); in test_flow_graph_exception0()
1964 nExceptions = 0; in test_flow_graph_exception0()
1975 … CHECK_MESSAGE( (nExceptions == 0), "body signaled exception being thrown, but no body executed"); in test_flow_graph_exception0()