Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h40 g_PipelinesStarted; variable
96 g_ExceptionsThrown = g_NumExceptionsCaught = g_PipelinesStarted = 0;
148 if(g_PipelinesStarted >= 3) { in ThrowTestException()
/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp1288 ++g_PipelinesStarted; // count on emitting the first item. in operator ()()
1489 minExecuted = (2*get_iter_range_size()) * (g_PipelinesStarted - 2) + 1; in Test3_pipeline()