llvm-project/openmp/runtime/test
Jonathan Peyton 50e8f18b52 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
2016-04-04 19:38:32 +00:00
..
api [OPENMP] Fixed tests for gcc build. 2015-11-16 11:35:57 +00:00
atomic
barrier omp_barrier.c test fixed in order to reliably and faster run on any number of processors 2016-01-25 16:52:10 +00:00
critical
env OMP_WAIT_POLICY changes 2016-04-04 19:38:32 +00:00
flush
lock
master
ompt [OMPT] Fix parallel_id and task_id in loop_end with schedule static 2016-03-24 12:52:20 +00:00
parallel
tasking Add new OpenMP 4.5 taskloop construct feature 2016-03-02 22:47:51 +00:00
threadprivate test omp_threadprivate_for.c fixed 2015-12-27 18:14:40 +00:00
worksharing Forgot to add test files for doacross and task priority. 2016-03-02 22:43:14 +00:00
CMakeLists.txt [OMPT] Make tests require OMPT_BLAME 2016-03-22 08:23:24 +00:00
lit.cfg [OMPT] Fix parallel_id and task_id in loop_end with schedule static 2016-03-24 12:52:20 +00:00
lit.site.cfg.in [OMPT] Make tests require OMPT_BLAME 2016-03-22 08:23:24 +00:00
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