Add event priority boost stub
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 36s
Builds / ExectOS (i686, debug) (push) Successful in 35s
Builds / ExectOS (amd64, release) (push) Successful in 52s
Builds / ExectOS (i686, release) (push) Successful in 48s

This commit is contained in:
2026-06-29 16:04:28 +02:00
parent 7d9c338e2a
commit 9ef8c569d5
2 changed files with 34 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ namespace KE
STATIC XTAPI LONG SetEvent(IN PKEVENT Event,
IN KPRIORITY Increment,
IN BOOLEAN Wait);
STATIC XTAPI VOID SetEventBoostPriority(IN PKEVENT Event,
IN OUT PKTHREAD* WaitingThread);
};
}