Searched refs:KMP_FOREACH_I_LOCK (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.h | 1045 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1051 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1060 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1066 #define KMP_FOREACH_I_LOCK(m, a) \ macro 1090 KMP_FOREACH_D_LOCK(expand_seq, 0) KMP_FOREACH_I_LOCK(expand_seq, 0) 1097 KMP_FOREACH_I_LOCK(expand_tag, 0) enumerator
|
D | kmp_lock.cpp | 2960 KMP_FOREACH_I_LOCK(expand, init)}; 2965 KMP_FOREACH_I_LOCK(expand, destroy)}; 2970 KMP_FOREACH_I_LOCK(expand, destroy)}; 2977 kmp_int32) = {KMP_FOREACH_I_LOCK(expand, acquire)}; 2982 KMP_FOREACH_I_LOCK(expand, acquire)}; 2989 KMP_FOREACH_I_LOCK(expand, release)}; 2991 kmp_int32) = {KMP_FOREACH_I_LOCK(expand, test)}; 2996 KMP_FOREACH_I_LOCK(expand, release)}; 2998 KMP_FOREACH_I_LOCK(expand, test)};
|