Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp57 atomic_t m_tasksSpawned, member in SharedGroupBodyImpl
78 ++m_tasksSpawned; in Spawn()
94 …CHECK_MESSAGE( m_tasksSpawned == numSpawned, "Wrong number of spawned tasks. The test is broken" ); in Wait()
110 …CHECK_MESSAGE( m_tasksSpawned == numSpawned, "No tasks should be spawned after wait starts. The te… in Wait()
127 m_tasksSpawned = 0; in SharedGroupBodyImpl()
135 if (m_taskGroup || m_tasksSpawned) { in Run()
147 while ( m_tasksSpawned == 0 ) in Run()