aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitReader.cpp
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-12-18 23:20:36 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-12-18 23:20:36 +0000
commit4fee5f64160d2487c9cee1e3e35e146042afe8de (patch)
tree000c5a093868485cfdfa82920cc52c5160e1f417 /llvm/lib/Bitcode/Reader/BitReader.cpp
parent6cb33c60bd629ccdf3206898b4d9271bb8ffa8d2 (diff)
downloadllvm-4fee5f64160d2487c9cee1e3e35e146042afe8de.zip
llvm-4fee5f64160d2487c9cee1e3e35e146042afe8de.tar.gz
llvm-4fee5f64160d2487c9cee1e3e35e146042afe8de.tar.bz2
Prevent monitor thread creation when KMP_BLOCKTIME="infinite"
When users sets envirable KMP_BLOCKTIME to "infinite" (the time one busy-waits at barrieres, etc.), the monitor thread is not useful and can be ignored. This change prevents the creation of the monitor thread when the users sets KMP_BLOCKTIME to "infinite". Differential Revision: http://reviews.llvm.org/D15628 llvm-svn: 256061
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitReader.cpp')
0 files changed, 0 insertions, 0 deletions