Searched refs:g_TaskCount (Results 1 – 1 of 1) sorted by relevance
415 atomic_t g_TaskCount; variable433 ++g_TaskCount; in operator ()()444 g_TaskCount = 0; in ResetGlobals()499 while ( g_MaxConcurrency > 1 && g_TaskCount == 0 ) in TestManualCancellationWithFunctor()502 g_ExecutedAtCancellation = int(g_TaskCount); in TestManualCancellationWithFunctor()505 …CHECK_MESSAGE( g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broke… in TestManualCancellationWithFunctor()506 …CHECK_MESSAGE( g_TaskCount < NUM_GROUPS * NUM_CHORES, "No tasks were cancelled. Cancellation model… in TestManualCancellationWithFunctor()575 while (g_MaxConcurrency > 1 && g_TaskCount == 0) in Launch()580 …CHECK_MESSAGE(g_TaskCount <= NUM_GROUPS * NUM_CHORES, "Too many tasks reported. The test is broken… in Finish()581 …CHECK_MESSAGE(g_TaskCount < NUM_GROUPS * NUM_CHORES, "No tasks were cancelled. Cancellation model … in Finish()[all …]