Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp416 unsigned g_ExecutedAtCancellation; variable
502 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()