Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp145 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
246 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
535 while( !tbb::is_current_task_group_canceling() ) in operator ()()
587 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
818 if( tbb::is_current_task_group_canceling() ) { in operator ()()
1010 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
1199 while( !tbb::is_current_task_group_canceling() ) in operator ()()
1286 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
1314 if( tbb::is_current_task_group_canceling() ) g_TGCCancelled.increment(); in operator ()()
1686 while( !tbb::is_current_task_group_canceling() ) in operator ()()
H A Dtest_task_group.cpp434 while( !tbb::is_current_task_group_canceling() ) in operator ()()
498 CHECK_MESSAGE ( !tbb::is_current_task_group_canceling(), "Unexpected cancellation" ); in TestManualCancellationWithFunctor()
574 CHECK_MESSAGE(!tbb::is_current_task_group_canceling(), "Unexpected cancellation"); in Launch()
/oneTBB/test/common/
H A Dexception_handling.h171 if( tbb::is_current_task_group_canceling() ) ++g_TGCCancelled; \
/oneTBB/examples/graph/som/
H A Dsom.cpp134 if (cancel_test && oneapi::tbb::is_current_task_group_canceling()) { in BMU_range()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h714 inline bool is_current_task_group_canceling() { in is_current_task_group_canceling() function
734 using detail::d1::is_current_task_group_canceling;