Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp243 ++g_CurExecuted; in operator ()()
494 ++g_CurExecuted; in operator ()()
523 g_ExecutedAtLastCatch = g_CurExecuted.load(); in operator ()()
532 ++g_CurExecuted; in operator ()()
815 ++g_CurExecuted; in operator ()()
1007 ++g_CurExecuted; in operator ()()
1148 ++g_CurExecuted; in operator ()()
1196 ++g_CurExecuted; in operator ()()
1311 ++g_CurExecuted; in operator ()()
1641 ++g_CurExecuted; in operator ()()
[all …]
H A Dtest_parallel_for.cpp198 ++g_CurExecuted; in operator ()()
205 ++g_CurExecuted; in operator ()()
H A Dtest_parallel_reduce.cpp92 ++g_CurExecuted; in operator ()()
100 ++g_CurExecuted; in operator ()()
/oneTBB/test/common/
H A Dexception_handling.h34 std::atomic<intptr_t> g_CurExecuted, variable
84 g_CurExecuted = g_ExecutedAtLastCatch = g_ExecutedAtFirstCatch = 0;
168 ++g_CurExecuted; \
177 g_ExecutedAtFirstCatch.compare_exchange_strong(expected , g_CurExecuted); \
178 intptr_t curExecuted = g_CurExecuted.load(); \
274 while ( g_CurExecuted < m_cancellationThreshold ) in operator()
277 g_ExecutedAtLastCatch = g_CurExecuted.load(); in operator()
/oneTBB/test/conformance/
H A Dconformance_parallel_invoke.cpp164 ++g_CurExecuted; in function_to_cancel()
170 ++g_CurExecuted; in simple_test_nothrow()