aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/COFFObjectFile.cpp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2016-09-27 17:11:17 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2016-09-27 17:11:17 +0000
commitb66d1aab25e415061d57b72487d26d2b3b05f9c2 (patch)
treeda1ab45a363c9ef8dd2e122ae04906fd319e5d97 /llvm/lib/Object/COFFObjectFile.cpp
parent83ebef5db3aec9b728bf17d51e2afb9a5945ad27 (diff)
downloadllvm-b66d1aab25e415061d57b72487d26d2b3b05f9c2.zip
llvm-b66d1aab25e415061d57b72487d26d2b3b05f9c2.tar.gz
llvm-b66d1aab25e415061d57b72487d26d2b3b05f9c2.tar.bz2
Disable monitor thread creation by default.
This change set disables creation of the monitor thread by default. The global counter maintained by the monitor thread was replaced by logic that uses system time directly, and cyclic yielding on Linux target was also removed since there was no clear benefit of using it. Turning on KMP_USE_MONITOR variable (=1) enables creation of monitor thread again if it is really necessary for some reasons. Differential Revision: https://reviews.llvm.org/D24739 llvm-svn: 282507
Diffstat (limited to 'llvm/lib/Object/COFFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions