Searched refs:g_CurExecuted (Results 1 – 5 of 5) sorted by relevance
243 ++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 …]
198 ++g_CurExecuted; in operator ()()205 ++g_CurExecuted; in operator ()()
92 ++g_CurExecuted; in operator ()()100 ++g_CurExecuted; in operator ()()
34 std::atomic<intptr_t> g_CurExecuted, variable84 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()
164 ++g_CurExecuted; in function_to_cancel()170 ++g_CurExecuted; in simple_test_nothrow()