Alexandre Julliard pushed to branch master at wine / wine
Commits: 2c2f3f15 by Elizabeth Figura at 2025-09-30T23:05:08+02:00 ntdll: Introduce a helper to wait on a server-side sync object.
Some objects like async or completion waits are internal only, and their sync logic is still a bit complicated as they have various server side effects. They are only waited on alone, we can keep using server-side syncs for them.
- - - - -
3 changed files:
- dlls/ntdll/unix/server.c - dlls/ntdll/unix/sync.c - dlls/ntdll/unix/unix_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2c2f3f15b31ddc2f2a9108e2c850b89...