summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/test/api/kmp_set_defaults_lock_bug.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory error in case of reinit using kmp_set_defaults() for lock code.Jonathan Peyton2017-01-181-0/+53
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
OpenPOWER on IntegriCloud