Code cleanup for the runtime without monitor thread
authorJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 7 Oct 2016 18:12:19 +0000 (18:12 +0000)
committerJonathan Peyton <jonathan.l.peyton@intel.com>
Fri, 7 Oct 2016 18:12:19 +0000 (18:12 +0000)
commite1c7c13c3d0ce09b85f36091cda1de9cb2bfd3fc
treee3f1189c5df5284e39a258f5db12f01d6745af1f
parenta1234cf28085ff797fd082a466efaa7e80325d26
Code cleanup for the runtime without monitor thread

This change removes/disables unnecessary code when monitor thread is not used.

Patch by Hansang Bae

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

llvm-svn: 283577
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_barrier.cpp
openmp/runtime/src/kmp_global.c
openmp/runtime/src/kmp_runtime.c
openmp/runtime/src/kmp_settings.c