[Git][wine/wine][master] 6 commits: ntdll: Add some traces to synchronization methods.
Alexandre Julliard pushed to branch master at wine / wine Commits: edf3d4bb by Elizabeth Figura at 2025-09-01T15:42:41+02:00 ntdll: Add some traces to synchronization methods. Normally we can rely on +server for these, but with fast synchronization we'll be skipping the server. - - - - - d4654429 by Elizabeth Figura at 2025-09-01T15:42:44+02:00 ntdll: Add stub functions for in-process synchronization. - - - - - a6c3e515 by Elizabeth Figura at 2025-09-01T15:43:56+02:00 ntdll: Retrieve and cache an ntsync device on process init. - - - - - 2e5a3bf7 by Elizabeth Figura at 2025-09-01T15:43:56+02:00 server: Create inproc sync events for message queues. - - - - - 98e21dfe by Elizabeth Figura at 2025-09-01T15:50:59+02:00 server: Add a request to retrieve the inproc sync fds. - - - - - 94991cb4 by Elizabeth Figura at 2025-09-01T15:50:59+02:00 ntdll: Check inproc sync handle access rights on wait. - - - - - 16 changed files: - configure - configure.ac - dlls/ntdll/unix/server.c - dlls/ntdll/unix/sync.c - dlls/ntdll/unix/unix_private.h - include/config.h.in - include/wine/server_protocol.h - server/Makefile.in - + server/inproc_sync.c - server/object.h - server/protocol.def - server/queue.c - server/request_handlers.h - server/request_trace.h - server/thread.c - server/user.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c26b95949d93e2cefa417a02c70df7... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c26b95949d93e2cefa417a02c70df7... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)