Searched refs:outerCalls (Results 1 – 1 of 1) sorted by relevance
132 intptr_t outerCalls = NumSubranges(length, grain), in TestNumSubrangesCalculation() local134 maxExecuted = outerCalls * (innerCalls + 1); in TestNumSubrangesCalculation()353 outerCalls = NumSubranges(OUTER_RANGE, OUTER_GRAIN); in Test4() local361 intptr_t minExecuted = (outerCalls - g_NumExceptionsCaught) * innerCalls; in Test4()380 …REQUIRE_MESSAGE (g_CurExecuted <= outerCalls * (1 + g_NumThreads), "Too many tasks survived except… in Test4()980 outerCalls = get_iter_range_size() + g_FedTasksCount, in Test4_parallel_for_each() local981 maxExecuted = outerCalls * innerCalls, in Test4_parallel_for_each()998 …REQUIRE_MESSAGE (g_CurExecuted <= outerCalls * (1 + g_NumThreads), "Too many tasks survived except… in Test4_parallel_for_each()1538 outerCalls = 2*get_iter_range_size(), in Test4_pipeline() local1539 … maxExecuted = outerCalls * innerCalls; // the number of invocations of the inner pipelines in Test4_pipeline()[all …]