Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dexception_handling.h269 intptr_t m_cancellationThreshold; member
274 while ( g_CurExecuted < m_cancellationThreshold ) in operator()
281 : m_groupToCancel(ctx), m_cancellationThreshold(threshold) in Cancellator()