Home
last modified time | relevance | path

Searched refs:KMP_FOREACH_LOCK_KIND (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp2861 #define KMP_FOREACH_LOCK_KIND(m, a) m(ticket, a) m(queuing, a) m(drdpa, a) macro
2883 KMP_FOREACH_LOCK_KIND(expand1, init)
2884 KMP_FOREACH_LOCK_KIND(expand1, init_nested)
2885 KMP_FOREACH_LOCK_KIND(expand1, destroy)
2886 KMP_FOREACH_LOCK_KIND(expand1, destroy_nested)
2887 KMP_FOREACH_LOCK_KIND(expand2, acquire)
2888 KMP_FOREACH_LOCK_KIND(expand2, acquire_nested)
2889 KMP_FOREACH_LOCK_KIND(expand2, release)
2890 KMP_FOREACH_LOCK_KIND(expand2, release_nested)
2891 KMP_FOREACH_LOCK_KIND(expand2, test)
[all …]