Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dtask_group.h565 bool stack_unwinding_in_progress = std::uncaught_exceptions() > 0; in noexcept() local
567 bool stack_unwinding_in_progress = std::uncaught_exception(); in noexcept()
574 if (!stack_unwinding_in_progress) in noexcept()