-
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.