hanchenye-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
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
omp_get_wtick.c
omp_get_wtime.c
omp_in_parallel.c