OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:force_parallel
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
types.h
64
// force_sequential,
force_parallel
, heuristic.
69
force_parallel
enumerator in enum:__gnu_parallel::_AlgorithmStrategy
settings.h
66
* b.
force_parallel
, meaning the parallel algorithm is executed.
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
))
105
if (s.algorithm_strategy ==
force_parallel
)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
types.h
66
// force_sequential,
force_parallel
, heuristic.
71
force_parallel
enumerator in enum:__gnu_parallel::_AlgorithmStrategy
settings.h
66
* b.
force_parallel
, meaning the parallel algorithm is executed.
100
== __gnu_parallel::
force_parallel
))
110
if (__s.algorithm_strategy ==
force_parallel
)
Completed in 31 milliseconds