You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GR-31943] Serialize interrupts and cancels of a thread in NativeCallInterrupt
* Guest safepoints can be triggered in parallel from multiple threads.
* We need to serialize all interrupts so we can properly track tasks and
eventually cancel them all. Previously, a task might not be cancelled
and the thread could finish, which would lead to errors from pthread_kill().
0 commit comments