Implement timer table list and check for expired timers

This commit is contained in:
2026-05-28 00:36:25 +02:00
parent 19a9dfe7c6
commit f562aa0874
6 changed files with 75 additions and 8 deletions

View File

@@ -565,6 +565,7 @@ typedef struct _KPROCESSOR_CONTROL_BLOCK
KDPC_DATA DpcData[2];
PVOID DpcStack;
VOLATILE BOOLEAN DpcRoutineActive;
VOLATILE ULONG_PTR TimerHand;
VOLATILE ULONG_PTR TimerRequest;
ULONG_PTR MultiThreadProcessorSet;
SINGLE_LIST_ENTRY DeferredReadyListHead;