Allow to postpone thread startup
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 27s
Builds / ExectOS (i686) (push) Successful in 30s

This commit is contained in:
2023-11-11 16:30:53 +01:00
parent 67496bef28
commit 1d9a79736a
4 changed files with 27 additions and 11 deletions

View File

@@ -40,7 +40,8 @@ KeInitializeThread(IN PKPROCESS Process,
IN PVOID StartContext,
IN PCONTEXT Context,
IN PVOID EnvironmentBlock,
IN PVOID Stack);
IN PVOID Stack,
IN BOOLEAN StartThread);
XTAPI
VOID