HomeSort by relevance Sort by last modified time
    Searched full:get_max_threads (Results 1 - 15 of 15) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
compiletime_settings.h 49 __PRETTY_FUNCTION__, omp_get_thread_num(), (n), get_max_threads());
find.h 117 thread_index_t num_threads = get_max_threads();
223 thread_index_t num_threads = get_max_threads();
344 thread_index_t num_threads = get_max_threads();
omp_loop.h 81 __gnu_parallel::min<difference_type>(get_max_threads(), length);
omp_loop_static.h 81 std::min<difference_type>(get_max_threads(), length);
par_loop.h 83 __gnu_parallel::min<difference_type>(get_max_threads(), length);
settings.h 95 #define _GLIBCXX_PARALLEL_CONDITION(c) (__gnu_parallel::_Settings::get().algorithm_strategy != __gnu_parallel::force_sequential && ((__gnu_parallel::get_max_threads() > 1 && (c)) || __gnu_parallel::_Settings::get().algorithm_strategy == __gnu_parallel::force_parallel))
108 ret = get_max_threads() > 1 && c;
partial_sum.h 103 std::min<difference_type>(get_max_threads(), n - 1);
search.h 113 std::min<difference_type>(input_length, get_max_threads()));
unique_copy.h 69 thread_index_t num_threads = get_max_threads();
workstealing.h 136 __gnu_parallel::min<difference_type>(length, get_max_threads()));
base.h 85 get_max_threads() function in namespace:__gnu_parallel
partition.h 370 get_max_threads());
set_operations.h 380 std::min<difference_type>(get_max_threads(),
random_shuffle.h 514 parallel_random_shuffle_drs(begin, end, n, get_max_threads(), rng) ;
algo.h     [all...]

Completed in 177 milliseconds