Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dsettings.h248 _SequenceIndex workstealing_chunk_size; member
330 workstealing_chunk_size(100), in _Settings()
H A Domp_loop_static.h95 #pragma omp for schedule(static, _Settings::get().workstealing_chunk_size) in __for_each_template_random_access_omp_loop_static()
H A Domp_loop.h95 #pragma omp for schedule(dynamic, _Settings::get().workstealing_chunk_size) in __for_each_template_random_access_omp_loop()
H A Dworkstealing.h114 static_cast<_DifferenceType>(__s.workstealing_chunk_size); in __for_each_template_random_access_workstealing()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dsettings.h248 _SequenceIndex workstealing_chunk_size; member
330 workstealing_chunk_size(100), in _Settings()
H A Domp_loop.h95 #pragma omp for schedule(dynamic, _Settings::get().workstealing_chunk_size) in __for_each_template_random_access_omp_loop()
H A Domp_loop_static.h95 #pragma omp for schedule(static, _Settings::get().workstealing_chunk_size) in __for_each_template_random_access_omp_loop_static()
H A Dworkstealing.h114 static_cast<_DifferenceType>(__s.workstealing_chunk_size); in __for_each_template_random_access_workstealing()