Searched refs:KMP_FOREACH_I_LOCK (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_lock.h | 1054 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1060 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1069 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1075 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1099 KMP_FOREACH_D_LOCK(expand_seq, 0) KMP_FOREACH_I_LOCK(expand_seq, 0) 1106 KMP_FOREACH_I_LOCK(expand_tag, 0) enumerator
|
| HD | kmp_lock.cpp | 3049 KMP_FOREACH_I_LOCK(expand, init)}; 3054 KMP_FOREACH_I_LOCK(expand, destroy)}; 3059 KMP_FOREACH_I_LOCK(expand, destroy)}; 3066 kmp_int32) = {KMP_FOREACH_I_LOCK(expand, acquire)}; 3071 KMP_FOREACH_I_LOCK(expand, acquire)}; 3078 KMP_FOREACH_I_LOCK(expand, release)}; 3080 kmp_int32) = {KMP_FOREACH_I_LOCK(expand, test)}; 3085 KMP_FOREACH_I_LOCK(expand, release)}; 3087 KMP_FOREACH_I_LOCK(expand, test)};
|