April 10, 2026
11:40 a.m.
On Wed Apr 8 12:42:07 2026 +0000, Jinoh Kang wrote:
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.) Makes sense, I'll remove it!
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10419#note_135805