Lines Matching refs:NativeParallelFor
178 utils::NativeParallelFor( p, TestLargeObjCache() ); in TestLargeObjectCache()
344 utils::NativeParallelFor( p, BackRefWork<2*BR_MAX_CNT+2>() ); in TestBackRef()
350 utils::NativeParallelFor( 1, BackRefWork<2*BR_MAX_CNT+2>() ); in TestBackRef()
354 utils::NativeParallelFor( 1, LocalCachesHit() ); in TestBackRef()
356 utils::NativeParallelFor( 2, LocalCachesHit() ); in TestBackRef()
368 utils::NativeParallelFor( MaxThread, TestInvalidBackrefs() ); in TestBackRef()
372 utils::NativeParallelFor( MaxThread, BackRefWork<0>() ); in TestBackRef()
500 utils::NativeParallelFor( p, StressLOCacheWork(mallocPool) ); in TestPools()
680 utils::NativeParallelFor( p, TestBackendWork(backend) ); in TestBackend()
793 utils::NativeParallelFor( p, RunTestHeapLimit() ); in TestHeapLimit()
860 utils::NativeParallelFor(num_threads, TestCleanAllBuffersBody<AllocSize>()); in TestCleanAllBuffers()
908 utils::NativeParallelFor(num_threads, TestCleanThreadBuffersBody()); in TestCleanThreadBuffers()
1202 utils::NativeParallelFor(num_threads, scen); in LOCCollapsingTester()
1664 utils::NativeParallelFor( p, TestStartupAlloc() );