Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h268 tbb::task_group_context &m_groupToCancel; member
276 m_groupToCancel.cancel_group_execution(); in operator()
281 : m_groupToCancel(ctx), m_cancellationThreshold(threshold) in Cancellator()