]> granicus.if.org Git - gc/commit
Fix GC_remove_all_threads_but_me to cleanup thread-specific data storage
authorIvan Maidanski <ivmai@mail.ru>
Sat, 21 Apr 2012 15:57:25 +0000 (19:57 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 21 Apr 2012 15:58:20 +0000 (19:58 +0400)
commitfcfae7f8141c145d1c0875984b1ea38218740636
tree45c9d248188e9d5afd46d91127ef1b0606004e7f
parente67ab084068f6fc192b3d7505565f7d825cb82da
Fix GC_remove_all_threads_but_me to cleanup thread-specific data storage

* pthread_support.c (GC_remove_all_threads_but_me): Call
GC_remove_specific after destroying thread-local list.
pthread_support.c