Home
last modified time | relevance | path

Searched refs:omp_set_num_threads (Results 1 – 10 of 10) 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 Domp_lib.f90159 interface omp_set_num_threads interface
160 subroutine omp_set_num_threads (num_threads)
162 end subroutine omp_set_num_threads
H A Domp_lib.h76 external omp_set_num_threads
/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 Domp_lib.f90159 interface omp_set_num_threads interface
160 subroutine omp_set_num_threads (num_threads)
162 end subroutine omp_set_num_threads
H A Domp_lib.h76 external omp_set_num_threads
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsoxomp.h19 #define omp_set_num_threads(int) (void)0 macro
/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 Domp.h100 extern void omp_set_num_threads (int) __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 Domp.h100 extern void omp_set_num_threads (int) __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 Dlibgomp.info166 * omp_set_num_threads:: Set upper team size limit
389 *note omp_set_num_threads::, *note omp_set_dynamic::, *note
490 by 'omp_set_num_threads'. If none of the above were used to define
501 *note omp_get_max_threads::, *note omp_set_num_threads::, *note
784 File: libgomp.info, Node: omp_set_nested, Next: omp_set_num_threads, Prev: omp_set_max_active_le…
809 File: libgomp.info, Node: omp_set_num_threads, Next: omp_set_schedule, Prev: omp_set_nested, Up…
811 2.28 'omp_set_num_threads' - Set upper team size limit
817 The argument of 'omp_set_num_threads' shall be a positive integer.
820 _Prototype_: 'void omp_set_num_threads(int num_threads);'
823 _Interface_: 'subroutine omp_set_num_threads(num_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 Dlibgomp.info166 * omp_set_num_threads:: Set upper team size limit
389 *note omp_set_num_threads::, *note omp_set_dynamic::, *note
490 by 'omp_set_num_threads'. If none of the above were used to define
501 *note omp_get_max_threads::, *note omp_set_num_threads::, *note
784 File: libgomp.info, Node: omp_set_nested, Next: omp_set_num_threads, Prev: omp_set_max_active_le…
809 File: libgomp.info, Node: omp_set_num_threads, Next: omp_set_schedule, Prev: omp_set_nested, Up…
811 2.28 'omp_set_num_threads' - Set upper team size limit
817 The argument of 'omp_set_num_threads' shall be a positive integer.
820 _Prototype_: 'void omp_set_num_threads(int num_threads);'
823 _Interface_: 'subroutine omp_set_num_threads(num_threads)'
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DChangeLog213 omp_set_num_threads. (Doug Cook)