[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl
authorJoachim Protze <protze@itc.rwth-aachen.de>
Wed, 17 Jan 2018 10:06:01 +0000 (10:06 +0000)
committerJoachim Protze <protze@itc.rwth-aachen.de>
Wed, 17 Jan 2018 10:06:01 +0000 (10:06 +0000)
commit1b2bd2680bd5ff9641c74488a6e77561ebe21e5f
tree46c081de205a06a0ea1e6d85f79afb6f204ccdfe
parent1dc2afdcaf887a322a58fa12d616a3097d9d47e9
[OMPT] Rename ompt_mutex_impl_t to kmp_mutex_impl

The defintion is not part of the spec and thus should not have the prefix
"ompt_" but rather a prefix that indicates that this is implementation
specific.

Differential Revision: https://reviews.llvm.org/D41166

llvm-svn: 322621
openmp/runtime/src/include/50/ompt.h.var
openmp/runtime/src/kmp_atomic.h
openmp/runtime/src/kmp_csupport.cpp
openmp/runtime/src/ompt-general.cpp