llvm-project/openmp/runtime/test
Jonathan Peyton 70bda912fb 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
2015-11-06 20:32:44 +00:00
..
api [OPENMP] Add dependency to clang/clang-headers etc. for in-tree build of libomp. 2015-11-02 13:43:32 +00:00
atomic
barrier
critical
flush
lock
master
parallel
tasking [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c 2015-10-12 17:01:05 +00:00
threadprivate
worksharing Fix for zero chunk size 2015-11-06 20:32:44 +00:00
CMakeLists.txt [OPENMP] Add dependency to clang/clang-headers etc. for in-tree build of libomp. 2015-11-02 13:43:32 +00:00
lit.cfg
lit.site.cfg.in
omp_my_sleep.h
omp_testsuite.h [OPENMP] Add dependency to clang/clang-headers etc. for in-tree build of libomp. 2015-11-02 13:43:32 +00:00