llvm-project/openmp/runtime/test/api
Jonathan Peyton 7f976d556a Fix memory error in case of reinit using kmp_set_defaults() for lock code.
The lock tables were being reallocated if kmp_set_defaults() was called.
In the env_init code it says that the user should be able to switch between
different KMP_CONSISTENCY_CHECK values which is what this change enables.

llvm-svn: 292349
2017-01-18 07:02:21 +00:00
..
has_openmp.c
kmp_aligned_malloc.c Adding new kmp_aligned_malloc() entry point 2016-05-12 22:00:37 +00:00
kmp_set_defaults_lock_bug.c Fix memory error in case of reinit using kmp_set_defaults() for lock code. 2017-01-18 07:02:21 +00:00
omp_get_num_threads.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_get_wtick.c
omp_get_wtime.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_in_parallel.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00