Searched refs:m_numThreads (Results 1 – 1 of 1) sorted by relevance
53 const std::uintptr_t m_numThreads; member in SharedGroupBodyImpl67 while ( utils::ConcurrencyTracker::PeakParallelism() < m_pOwner->m_numThreads ) in operator ()()91 while ( m_threadsReady != m_numThreads ) in Wait()93 const std::uintptr_t numSpawned = c_numTasks0 + c_numTasks1 * (m_numThreads - 1); in Wait()116 : m_numThreads(numThreads) in SharedGroupBodyImpl()121 CHECK_MESSAGE( m_numThreads > 1, "SharedGroupBody tests require concurrency" ); in SharedGroupBodyImpl()122 if ((m_sharingMode & VagabondGroup) && m_numThreads != 2) { in SharedGroupBodyImpl()