April 8, 2026
7:42 a.m.
presumably the server could deadlock waiting for the ack to the SIGUSR1 while we make the call
No need to worry about it. Server calls never block. (`get_thread_context` is a different story, as in it explicitly issues a wait on the context object. But the `wait` server call merely sets up the blocking primitive instead of actually waiting.) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10419#note_135492