Ad more routines for semaphores support
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
2023-02-17 09:40:18 +01:00
parent 03bae53fb9
commit 08405e7bdc
3 changed files with 61 additions and 0 deletions

View File

@@ -35,6 +35,17 @@ VOID
KeInitializeTimerEx(OUT PKTIMER Timer,
IN KTIMER_TYPE Type);
XTAPI
LONG
KeReadSemaphoreState(IN PKSEMAPHORE Semaphore);
XTAPI
LONG
KeReleaseSemaphore(IN PKSEMAPHORE Semaphore,
IN KPRIORITY Increment,
IN LONG Adjustment,
IN BOOLEAN Wait);
XTAPI
VOID
KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters);