llvm-project/openmp/runtime/test
Jonathan Peyton 2851072d69 Add initial support for OpenMP 4.5 task priority feature
The maximum task priority value is read from envirable: OMP_MAX_TASK_PRIORITY.
But as of now, nothing is done with it.  We just handle the environment variable
and add the new api: omp_get_max_task_priority() which returns that value or
zero if it is not set.

Differential Revision: http://reviews.llvm.org/D17411

llvm-svn: 261908
2016-02-25 18:04:09 +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
flush
lock
master
parallel
tasking [OPENMP][TESTSUITE] Undefined variable in test omp_task_final.c 2015-10-12 17:01:05 +00:00
threadprivate test omp_threadprivate_for.c fixed 2015-12-27 18:14:40 +00:00
worksharing [OPENMP] Fixed tests for gcc build. 2015-11-16 11:35:57 +00:00
CMakeLists.txt [CMake] Introduce OPENMP_LLVM_TOOLS_DIR 2016-02-05 07:00:13 +00:00
lit.cfg Add initial support for OpenMP 4.5 task priority feature 2016-02-25 18:04:09 +00:00
lit.site.cfg.in Adding Hwloc library option for affinity mechanism 2015-11-30 20:02:59 +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