]> granicus.if.org Git - gc/commit
Fix suspend_thread_list in case of thread_suspend is interrupted
authorIvan Maidanski <ivmai@mail.ru>
Fri, 27 Jul 2018 10:01:19 +0000 (13:01 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Aug 2018 06:48:42 +0000 (09:48 +0300)
commit0a580f89540d23cffb93f8e2514ec555e95b4201
tree8f207a6bea8ded44c34b420ee5ca15c35b5a07d0
parentac579f4607443530b347bcb6309192d25494e0ae
Fix suspend_thread_list in case of thread_suspend is interrupted
(fix of commit e8cdc7c)

* darwin_stop_world.c [!GC_NO_THREADS_DISCOVERY]
(GC_suspend_thread_list): Retry thread_suspend if failed with
KERN_ABORTED.
darwin_stop_world.c