Searched refs:g_ExecutedAtCancellation (Results 1 – 1 of 1) sorted by relevance
416 unsigned g_ExecutedAtCancellation; variable502 g_ExecutedAtCancellation = int(g_TaskCount); in TestManualCancellationWithFunctor()507 …CHECK_MESSAGE( g_TaskCount <= g_ExecutedAtCancellation + utils::ConcurrencyTracker::PeakParallelis… in TestManualCancellationWithFunctor()582 …CHECK_MESSAGE(g_TaskCount <= g_ExecutedAtCancellation + g_MaxConcurrency, "Too many tasks survived… in Finish()