Searched refs:omp_get_max_threads (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/ |
| H A D | omp_lib.f90 | 195 function omp_get_max_threads () 196 integer (4) :: omp_get_max_threads local 197 end function omp_get_max_threads
|
| H A D | omp_lib.h | 83 external omp_get_max_threads, omp_get_num_procs 84 integer(4) omp_get_max_threads, omp_get_num_procs
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/ |
| H A D | omp_lib.f90 | 195 function omp_get_max_threads () 196 integer (4) :: omp_get_max_threads local 197 end function omp_get_max_threads
|
| H A D | omp_lib.h | 83 external omp_get_max_threads, omp_get_num_procs 84 integer(4) omp_get_max_threads, omp_get_num_procs
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | soxomp.h | 21 #define omp_get_max_threads() 1 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/ |
| H A D | tags.h | 66 return omp_get_max_threads(); in __get_num_threads()
|
| H A D | merge.h | 245 omp_get_max_threads()); in __parallel_merge_advance()
|
| H A D | base.h | 87 _ThreadIndex __i = omp_get_max_threads(); in __get_max_threads()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/ |
| H A D | tags.h | 66 return omp_get_max_threads(); in __get_num_threads()
|
| H A D | merge.h | 245 omp_get_max_threads()); in __parallel_merge_advance()
|
| H A D | base.h | 87 _ThreadIndex __i = omp_get_max_threads(); in __get_max_threads()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | omp.h | 102 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | omp.h | 102 extern int omp_get_max_threads (void) __GOMP_NOTHROW;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | libgomp.info | 147 * omp_get_max_threads:: Maximum number of threads of parallel region 353 File: libgomp.info, Node: omp_get_max_task_priority, Next: omp_get_max_threads, Prev: omp_get_ma… 373 File: libgomp.info, Node: omp_get_max_threads, Next: omp_get_nested, Prev: omp_get_max_task_prio… 375 2.9 'omp_get_max_threads' - Maximum number of threads of parallel region 383 _Prototype_: 'int omp_get_max_threads(void);' 386 _Interface_: 'integer function omp_get_max_threads()' 396 File: libgomp.info, Node: omp_get_nested, Next: omp_get_num_devices, Prev: omp_get_max_threads, … 501 *note omp_get_max_threads::, *note omp_set_num_threads::, *note 622 *note omp_get_max_threads::, *note OMP_THREAD_LIMIT:: 828 omp_get_max_threads:: [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | libgomp.info | 147 * omp_get_max_threads:: Maximum number of threads of parallel region 353 File: libgomp.info, Node: omp_get_max_task_priority, Next: omp_get_max_threads, Prev: omp_get_ma… 373 File: libgomp.info, Node: omp_get_max_threads, Next: omp_get_nested, Prev: omp_get_max_task_prio… 375 2.9 'omp_get_max_threads' - Maximum number of threads of parallel region 383 _Prototype_: 'int omp_get_max_threads(void);' 386 _Interface_: 'integer function omp_get_max_threads()' 396 File: libgomp.info, Node: omp_get_nested, Next: omp_get_num_devices, Prev: omp_get_max_threads, … 501 *note omp_get_max_threads::, *note omp_set_num_threads::, *note 622 *note omp_get_max_threads::, *note OMP_THREAD_LIMIT:: 828 omp_get_max_threads:: [all …]
|