-
44bd99ff
by Alexandre Julliard at 2026-05-12T15:03:04+02:00
ntdll: Store the initial suspend flag in the thread data.
-
2b4162f9
by Alexandre Julliard at 2026-05-12T15:14:52+02:00
ntdll: Move all the thread initialization into server_init_thread().
-
36f81d95
by Alexandre Julliard at 2026-05-12T15:16:32+02:00
ntdll: Export PsCreateSystemThread.
To allow creating a system thread that runs only on the Unix side.
-
5155018f
by Alexandre Julliard at 2026-05-12T15:16:33+02:00
server: Add support for system threads.
-
8a278832
by Alexandre Julliard at 2026-05-12T15:16:33+02:00
server: Don't return system threads in enumerations.
-
720ea077
by Alexandre Julliard at 2026-05-12T15:16:34+02:00
server: Don't allow accessing the context of system threads.
-
ca175f34
by Alexandre Julliard at 2026-05-12T15:16:34+02:00
server: Don't send debug events for system threads.