Searched defs:KMP_FOREACH_D_LOCK (Results 1 – 1 of 1) sorted by relevance
/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.h | 1053 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) m(futex, a) m(hle, a) m(rtm_spin, a) macro 1059 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) m(hle, a) m(rtm_spin, a) macro 1068 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) m(futex, a) macro 1074 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) macro 1099 KMP_FOREACH_D_LOCK(expand_seq, 0) KMP_FOREACH_I_LOCK(expand_seq, 0) enumerator 1121 KMP_FOREACH_D_LOCK(expand_tag, 0) enumerator
|