Searched refs:KMP_FOREACH_D_LOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h1044 #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 in enum:__anon4979
1112 KMP_FOREACH_D_LOCK(expand_tag, 0) enumerator in enum:__anon4981
H A Dkmp_lock.cpp2905 __kmp_init_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, init)};
2911 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
2916 __kmp_destroy_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, destroy)};
2923 __kmp_set_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, acquire)};
2929 KMP_FOREACH_D_LOCK(expand, acquire)};
2936 __kmp_unset_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, release)};
2938 __kmp_test_indirect_lock, 0, KMP_FOREACH_D_LOCK(expand, test)};
2944 KMP_FOREACH_D_LOCK(expand, release)};
2946 __kmp_test_indirect_lock_with_checks, 0, KMP_FOREACH_D_LOCK(expand, test)};

Completed in 65 milliseconds