OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:omp_get_num_threads
(Results
51 - 75
of
80
) sorted by null
1
2
3
4
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
workstealing.h
143
__num_threads =
omp_get_num_threads
();
partition.h
86
__num_threads =
omp_get_num_threads
();
balanced_quicksort.h
214
if(
omp_get_num_threads
() < 2)
multiway_mergesort.h
421
__num_threads =
omp_get_num_threads
(); //no more threads than requested
set_operations.h
383
__num_threads =
omp_get_num_threads
();
multiway_merge.h
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
workstealing.h
143
__num_threads =
omp_get_num_threads
();
partition.h
86
__num_threads =
omp_get_num_threads
();
balanced_quicksort.h
214
if(
omp_get_num_threads
() < 2)
multiway_mergesort.h
421
__num_threads =
omp_get_num_threads
(); //no more threads than requested
set_operations.h
383
__num_threads =
omp_get_num_threads
();
multiway_merge.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
partition.h
86
__num_threads =
omp_get_num_threads
();
balanced_quicksort.h
214
if(
omp_get_num_threads
() < 2)
multiway_mergesort.h
421
__num_threads =
omp_get_num_threads
(); //no more threads than requested
set_operations.h
383
__num_threads =
omp_get_num_threads
();
multiway_merge.h
[
all
...]
random_shuffle.h
344
_ThreadIndex __num_threads =
omp_get_num_threads
();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
partition.h
86
__num_threads =
omp_get_num_threads
();
balanced_quicksort.h
214
if(
omp_get_num_threads
() < 2)
multiway_mergesort.h
421
__num_threads =
omp_get_num_threads
(); //no more threads than requested
set_operations.h
383
__num_threads =
omp_get_num_threads
();
multiway_merge.h
[
all
...]
random_shuffle.h
344
_ThreadIndex __num_threads =
omp_get_num_threads
();
/external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h
81
Index threads =
omp_get_num_threads
();
Completed in 602 milliseconds
1
2
3
4