Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp303 minExecuted = (g_NumThreads - 1) * innerCalls; in Test3() local
307 minExecuted = (g_OuterParCalls - 1) * innerCalls; // see above in Test3()
361 intptr_t minExecuted = (outerCalls - g_NumExceptionsCaught) * innerCalls; in Test4() local
923 minExecuted = (g_NumThreads - 1) * innerCalls; in Test3_parallel_for_each() local
929 minExecuted = (g_OuterParCalls - 1) * innerCalls; in Test3_parallel_for_each()
982 minExecuted = 0; in Test4_parallel_for_each() local
985 minExecuted = maxExecuted - innerCalls; in Test4_parallel_for_each()
994 minExecuted = g_NumExceptionsCaught; in Test4_parallel_for_each()
1458 minExecuted = (g_NumThreads - 1) * innerCalls; in Test3_pipeline() local
1544 intptr_t minExecuted = 0; in Test4_pipeline() local
[all …]