]> granicus.if.org Git - gc/commit
Fix thread_suspend fail for threads registered from key destructor (OS X)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 23 Mar 2018 08:13:23 +0000 (11:13 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 16 Apr 2018 06:58:03 +0000 (09:58 +0300)
commit3f5bb0a7373aeb06188bcecef7772d5c951021ac
treeb3ab855d6930d88eb356e20d750a5a103ef8fbe6
parentda804cfea0b46c8f855163eef5940013d3a0ee0d
Fix thread_suspend fail for threads registered from key destructor (OS X)

Issue #213 (bdwgc).

* pthread_support.c [GC_DARWIN_THREADS] (GC_register_my_thread):
Reinitialize stop_info.mach_thread if the thread is registered from
the client thread key destructor; add comment.
pthread_support.c