Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h37 g_ExceptionsThrown, variable
96 g_ExceptionsThrown = g_NumExceptionsCaught = g_PipelinesStarted = 0;
121 ++g_ExceptionsThrown; in ThrowTestException()
140 ++g_ExceptionsThrown; in ThrowTestException()
150 if ( g_ExceptionsThrown.compare_exchange_strong(expected, 1) ) { in ThrowTestException()
158 if ( g_ExceptionsThrown.compare_exchange_strong(expected, 1) ) { in ThrowTestException()
197 REQUIRE_MESSAGE ((!g_ExceptionsThrown || g_ExceptionCaught), "throw without catch"); \
198 REQUIRE_MESSAGE ((!g_ExceptionCaught || g_ExceptionsThrown), "catch without throw"); \