Lines Matching refs:NativeParallelFor
221 utils::NativeParallelFor( p, &TestConcurrentArenasFunc ); in TestConcurrentArenas()
294 NativeParallelFor( p, MultipleMastersPart1(a, barrier1, barrier2) ); in TestMultipleMasters()
305 NativeParallelFor( p, MultipleMastersPart2(a, barrier) ); in TestMultipleMasters()
313 NativeParallelFor( p+1, MultipleMastersPart3(a, barrier) ); in TestMultipleMasters()
384 NativeParallelFor(3, *this); // test cross-arena calls in test()
485 utils::NativeParallelFor( reserved, test ); in TestArenaConcurrency()
490 utils::NativeParallelFor( p, TestArenaConcurrencyBody( a, p, reserved, &b ) ); in TestArenaConcurrency()
503 utils::NativeParallelFor(2 * p, TestArenaConcurrencyBody(a, p, reserved)); in TestArenaConcurrency()
537 utils::NativeParallelFor(n_threads, [&](int) { in TestMandatoryConcurrency()
666 utils::NativeParallelFor( std::max(maxthread,4), TestAttachBody( maxthread ) ); in TestAttach()
1067 utils::NativeParallelFor( 2, TestDelegatedSpawnWaitBody(a, barrier1, barrier2) ); in TestDelegatedSpawnWait()
1466 utils::NativeParallelFor(1, [threads](int idx) { in TestDefaultCreatedWorkersAmount()
1537 utils::NativeParallelFor(thread_number, parallel_func); in ExceptionInExecute()