Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_group.cpp115 SharedGroupBodyImpl ( std::uintptr_t numThreads, std::uintptr_t sharingMode = 0 ) in SharedGroupBodyImpl() argument
117 , m_sharingMode(sharingMode) in SharedGroupBodyImpl()
171 SharedGroupBody ( std::uintptr_t numThreads, std::uintptr_t sharingMode = 0 ) in SharedGroupBody() argument
175 , m_pImpl( new SharedGroupBodyImpl<task_group_type>(numThreads, sharingMode) ) in SharedGroupBody()