Lines Matching refs:threads
10 Managing the number of threads
13 Querying the default number of threads
22 …returns the maximum number of threads available for the parallel algorithms within the current con…
38 limits the total number of oneTBB worker threads
53 // Get the default number of threads
58 // Assert the maximum number of threads
66 // Assert the maximum number of threads
85 // Create the custom task_arena with four threads
89 // This arena is limited with for threads
94 // Limit the number of threads to two for all oneTBB parallel interfaces
99 …// No more than two threads is expected; however, tbb::this_task_arena::max_concurrency() can retu…
106 … // No more than two threads is expected; however, tbb::this_task_arena::max_concurrency() is four
120 to set the stack size for oneTBB worker threads:
128 // Set 16 MB of the stack size for oneTBB worker threads.
145 allows waiting for oneTBB worker threads completion: