Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp167 class SharedGroupBody : utils::NoAssign, utils::NoAfterlife { class
171 SharedGroupBody ( std::uintptr_t numThreads, std::uintptr_t sharingMode = 0 ) in SharedGroupBody() function in SharedGroupBody
177 SharedGroupBody ( const SharedGroupBody& src ) in SharedGroupBody() function in SharedGroupBody
183 ~SharedGroupBody () { in ~SharedGroupBody()
222 NativeParallelFor( g_MaxConcurrency, SharedGroupBody<task_group_type>(g_MaxConcurrency) ); in TestParallelSpawn()
227 …NativeParallelFor( g_MaxConcurrency, SharedGroupBody<task_group_type>(g_MaxConcurrency, ParallelWa… in TestParallelWait()
240 NativeParallelFor( 2, SharedGroupBody<task_group_type>(2, VagabondGroup) ); in TestVagabondGroup()