Searched refs:KMP_FOREACH_D_LOCK (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_lock.h | 1044 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) m(futex, a) m(hle, a) macro 1050 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) m(hle, a) macro 1059 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) m(futex, a) macro 1065 #define KMP_FOREACH_D_LOCK(m, a) m(tas, a) macro 1090 KMP_FOREACH_D_LOCK(expand_seq, 0) KMP_FOREACH_I_LOCK(expand_seq, 0) enumerator 1112 KMP_FOREACH_D_LOCK(expand_tag, 0) enumerator
|
D | kmp_lock.cpp | 2907 __kmp_init_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, init)}; 2913 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)}; 2918 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)}; 2925 __kmp_set_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, acquire)}; 2931 KMP_FOREACH_D_LOCK(expand, acquire)}; 2938 __kmp_unset_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, release)}; 2940 __kmp_test_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, test)}; 2946 KMP_FOREACH_D_LOCK(expand, release)}; 2948 __kmp_test_indirect_lock_with_checks, 0, KMP_FOREACH_D_LOCK(expand, test)};
|