Searched refs:current_context (Results 1 – 10 of 10) sorted by relevance
7 To cancel an algorithm but not throw an exception, use the expression ``current_context()->cancel_g…8 The part ``current_context()`` references the ``task_group_context*`` of the currently executing ta…12 The example below shows how to use ``current_context()->cancel_group_execution()``.33 if( current_context()->cancel_group_execution() )
32 using detail::d1::current_context;
457 return nullptr != current_context(); in is_inside_task()
715 task_group_context* ctx = current_context(); in is_current_task_group_canceling()
55 TBB_EXPORT d1::task_group_context* __TBB_EXPORTED_FUNC current_context();202 using r1::current_context;
140 d1::task_group_context* __TBB_EXPORTED_FUNC current_context() { in current_context() function
82 ?current_context@r1@detail@tbb@@YAPEAVtask_group_context@d1@23@XZ
82 ?current_context@r1@detail@tbb@@YAPAVtask_group_context@d1@23@XZ
776 bool is_inside_task = oneapi::tbb::task::current_context() != nullptr;
50 tbb::task_group_context* ctx = tbb::task::current_context(); in increment()