Searched refs:omp_test_nest_lock (Results 1 – 9 of 9) 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 | 219 function omp_test_nest_lock (nvar) 221 integer (4) :: omp_test_nest_lock local 223 end function omp_test_nest_lock
|
| H A D | omp_lib.h | 87 external omp_test_nest_lock 88 integer(4) omp_test_nest_lock
|
| /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 | 219 function omp_test_nest_lock (nvar) 221 integer (4) :: omp_test_nest_lock local 223 end function omp_test_nest_lock
|
| H A D | omp_lib.h | 87 external omp_test_nest_lock 88 integer(4) omp_test_nest_lock
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | soxomp.h | 42 #define omp_test_nest_lock(omp_nest_lock_t) 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 D | omp.h | 128 extern int omp_test_nest_lock (omp_nest_lock_t *) __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 | 128 extern int omp_test_nest_lock (omp_nest_lock_t *) __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 | 178 * omp_test_nest_lock:: Test and set nested lock if available 1011 File: libgomp.info, Node: omp_set_nest_lock, Next: omp_test_nest_lock, Prev: omp_init_nest_lock,… 1036 File: libgomp.info, Node: omp_test_nest_lock, Next: omp_unset_nest_lock, Prev: omp_set_nest_lock… 1038 2.37 'omp_test_nest_lock' - Test and set nested lock if available 1044 'omp_test_nest_lock' does not block if the lock is not available. 1049 _Prototype_: 'int omp_test_nest_lock(omp_nest_lock_t *lock);' 1052 _Interface_: 'logical function omp_test_nest_lock(nvar)' 1062 …, Node: omp_unset_nest_lock, Next: omp_destroy_nest_lock, Prev: omp_test_nest_lock, Up: Runtim… 5018 Node: omp_test_nest_lock36663
|
| /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 | 178 * omp_test_nest_lock:: Test and set nested lock if available 1011 File: libgomp.info, Node: omp_set_nest_lock, Next: omp_test_nest_lock, Prev: omp_init_nest_lock,… 1036 File: libgomp.info, Node: omp_test_nest_lock, Next: omp_unset_nest_lock, Prev: omp_set_nest_lock… 1038 2.37 'omp_test_nest_lock' - Test and set nested lock if available 1044 'omp_test_nest_lock' does not block if the lock is not available. 1049 _Prototype_: 'int omp_test_nest_lock(omp_nest_lock_t *lock);' 1052 _Interface_: 'logical function omp_test_nest_lock(nvar)' 1062 …, Node: omp_unset_nest_lock, Next: omp_destroy_nest_lock, Prev: omp_test_nest_lock, Up: Runtim… 5018 Node: omp_test_nest_lock36663
|