Files
openmp/runtime/src
Jonathan Peyton 306381bbda Add missing cleanup code for cached indirect lock pool.
This change fixes one issue reported at https://llvm.org/bugs/show_bug.cgi?id=26184
There was missing cleanup code for the cached indirect lock pool. The change
will fix the reported case where it tries to initialize a lock after runtime
cleanup/reinitialization, but it is still possible that the user program runs
into another problem because most test programs have a call to __kmpc_set_lock
after cleanup/reinitialization without calling __kmpc_init_lock causing a crash/hang.


git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@258528 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-22 19:16:14 +00:00
..
2015-08-11 21:36:41 +00:00
2015-09-21 17:24:46 +00:00
2015-07-09 18:16:58 +00:00
2015-06-01 02:37:28 +00:00
2015-05-22 22:35:51 +00:00
2015-06-01 02:37:28 +00:00
2015-09-21 17:24:46 +00:00
2016-01-04 23:20:26 +00:00
2015-07-09 18:20:51 +00:00
2015-10-09 17:42:52 +00:00
2015-09-24 14:47:51 +00:00
2015-09-24 14:47:51 +00:00
2015-05-22 22:35:51 +00:00
2015-09-21 20:02:45 +00:00
2016-01-04 23:20:26 +00:00