OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__get_max_threads
(Results
1 - 15
of
15
) sorted by null
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
98
&& ((__gnu_parallel::
__get_max_threads
() > 1 && (__c)) \
113
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
();
base.h
85
__get_max_threads
()
function in namespace:__gnu_parallel
workstealing.h
137
__get_max_threads
()));
partition.h
373
__get_max_threads
());
set_operations.h
376
std::min<_DifferenceType>(
__get_max_threads
(),
random_shuffle.h
529
__get_max_threads
(), __rng);
algo.h
[
all
...]
Completed in 157 milliseconds