[Openmp-commits] [PATCH] D41166: [OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl
Jonas Hahnfeld via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Dec 21 02:43:54 PST 2017
Hahnfeld requested changes to this revision.
Hahnfeld added inline comments.
This revision now requires changes to proceed.
================
Comment at: runtime/src/include/50/ompt.h.var:87
-#define FOREACH_OMPT_MUTEX_IMPL(macro) \
- macro (ompt_mutex_impl_unknown, 0) /* unknown implementatin */ \
- macro (ompt_mutex_impl_spin, 1) /* based on spin */ \
----------------
This is actually defined in the spec, so we need to keep it prefixed with `ompt`
https://reviews.llvm.org/D41166
More information about the Openmp-commits
mailing list