diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-04-04 19:38:32 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2016-04-04 19:38:32 +0000 |
commit | 50e8f18b526d5f56489371ceb1cb1f099ac37fe4 (patch) | |
tree | 3df067657b3c13d8d0fad4d9ed8026339bce7a5e /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py | |
parent | 8874ef7cf114aa408686ed10ed8cb8aa4cd78af5 (diff) | |
download | bcm5719-llvm-50e8f18b526d5f56489371ceb1cb1f099ac37fe4.tar.gz bcm5719-llvm-50e8f18b526d5f56489371ceb1cb1f099ac37fe4.zip |
OMP_WAIT_POLICY changes
This change has OMP_WAIT_POLICY=active to mean that threads will busy-wait in
spin loops and virtually never go to sleep. OMP_WAIT_POLICY=passive now means
that threads will immediately go to sleep inside a spin loop. KMP_BLOCKTIME was
the previous mechanism to specify this behavior via KMP_BLOCKTIME=0 or
KMP_BLOCKTIME=infinite, but the standard OpenMP environment variable should
also be able to specify this behavior.
Differential Revision: http://reviews.llvm.org/D18577
llvm-svn: 265339
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py')
0 files changed, 0 insertions, 0 deletions