Perform thread_suspend in loop as it may be interrupted (Darwin)
authorJonathan Chambers <joncham@gmail.com>
Tue, 24 Jul 2018 20:46:52 +0000 (16:46 -0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 27 Jul 2018 09:48:57 +0000 (12:48 +0300)
commite8cdc7c2dbc0edeb185bf7438f1982c6bc74a82e
tree1354b4d65b383a7a98644d203f4f7e6e0c3549a4
parent8d64dbd1079f94e1379eb2dfef0b90aef9574c85
Perform thread_suspend in loop as it may be interrupted (Darwin)

* darwin_stop_world.c (GC_stop_world): Retry thread_suspend() on
KERN_ABORTED.
darwin_stop_world.c