diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-06 20:32:44 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-11-06 20:32:44 +0000 |
commit | 70bda912fb2087a0bfd2cee92e7c8c13e6948833 (patch) | |
tree | 5bcc3d6471d1872248f6fcdbba4d2768075125a9 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | b0e3192a485f0db4c543aed262b125bb029ca62d (diff) | |
download | bcm5719-llvm-70bda912fb2087a0bfd2cee92e7c8c13e6948833.tar.gz bcm5719-llvm-70bda912fb2087a0bfd2cee92e7c8c13e6948833.zip |
Fix for zero chunk size
Setting dynamic schedule with chunk size 0 via omp_set_schedule(dynamic,0)
and then using "schedule (runtime)" causes infinite loop because for the
chunked dynamic schedule we didn't correct zero chunk to the default (1).
llvm-svn: 252338
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions