HomeSort by: relevance | last modified time | path
    Searched refs:__get_max_threads (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
compiletime_settings.h 49 __PRETTY_FUNCTION__, omp_get_thread_num(), (__n), __get_max_threads());
omp_loop.h 78 (__get_max_threads(), __length);
omp_loop_static.h 78 (__get_max_threads(), __length);
par_loop.h 79 (__get_max_threads(), __length);
find.h 114 _ThreadIndex __num_threads = __get_max_threads();
221 _ThreadIndex __num_threads = __get_max_threads();
345 _ThreadIndex __num_threads = __get_max_threads();
search.h 112 __get_max_threads()));
settings.h 97 && ((__gnu_parallel::__get_max_threads() > 1 && (__c)) \
112 ret = __get_max_threads() > 1 && __c;
partial_sum.h 102 std::min<_DifferenceType>(__get_max_threads(), __n - 1);
unique_copy.h 69 _ThreadIndex __num_threads = __get_max_threads();
workstealing.h 137 __get_max_threads()));
base.h 85 __get_max_threads() function in namespace:__gnu_parallel
partition.h 373 __get_max_threads());
set_operations.h 376 std::min<_DifferenceType>(__get_max_threads(),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
compiletime_settings.h 49 __PRETTY_FUNCTION__, omp_get_thread_num(), (__n), __get_max_threads());
omp_loop.h 78 (__get_max_threads(), __length);
omp_loop_static.h 78 (__get_max_threads(), __length);
par_loop.h 79 (__get_max_threads(), __length);
find.h 114 _ThreadIndex __num_threads = __get_max_threads();
221 _ThreadIndex __num_threads = __get_max_threads();
345 _ThreadIndex __num_threads = __get_max_threads();
search.h 112 __get_max_threads()));
settings.h 97 && ((__gnu_parallel::__get_max_threads() > 1 && (__c)) \
112 ret = __get_max_threads() > 1 && __c;
partial_sum.h 102 std::min<_DifferenceType>(__get_max_threads(), __n - 1);
unique_copy.h 69 _ThreadIndex __num_threads = __get_max_threads();
workstealing.h 137 __get_max_threads()));
base.h 85 __get_max_threads() function in namespace:__gnu_parallel
partition.h 373 __get_max_threads());

Completed in 46 milliseconds

1 2