X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Finclude%2Finternal%2Fke.h;fp=ntoskrnl%2Finclude%2Finternal%2Fke.h;h=7cc8aad47c534f6b4b3e1937a8f044da63f0c8bb;hp=102b9c561cd0efac166d7c7ad687129411da5a00;hb=7c0db166f81fbe8c8b913d7f26048e337d383605;hpb=e3ed2d773259cc445c7ff8181ebd934931365328 diff --git a/ntoskrnl/include/internal/ke.h b/ntoskrnl/include/internal/ke.h index 102b9c5..7cc8aad 100644 --- a/ntoskrnl/include/internal/ke.h +++ b/ntoskrnl/include/internal/ke.h @@ -36,6 +36,8 @@ struct _KTHREAD; +VOID STDCALL KeRescheduleThread(); + VOID KiUpdateSystemTime (KIRQL oldIrql, ULONG Eip); VOID KeAcquireDispatcherDatabaseLock(BOOLEAN Wait); @@ -58,6 +60,8 @@ VOID KiDeliverNormalApc(VOID); BOOLEAN STDCALL KeRemoveQueueApc (PKAPC Apc); +PLIST_ENTRY STDCALL KeRundownQueue(IN PKQUEUE Queue); + /* INITIALIZATION FUNCTIONS *************************************************/ @@ -86,7 +90,7 @@ KiDispatchException(PEXCEPTION_RECORD ExceptionRecord, VOID KeTrapFrameToContext(PKTRAP_FRAME TrapFrame, PCONTEXT Context); VOID -KeApplicationProcessorInit(); +KeApplicationProcessorInit(VOID); VOID KePrepareForApplicationProcessorInit(ULONG id); ULONG @@ -96,7 +100,7 @@ KePushAndStackSwitchAndSysRet(ULONG Push, PVOID NewStack); VOID STDCALL KeStackSwitchAndRet(PVOID NewStack); VOID STDCALL -KeBugCheckWithTf(ULONG BugCheckCode, +KeBugCheckWithTf(ULONG BugCheckCode, ULONG BugCheckParameter1, ULONG BugCheckParameter2, ULONG BugCheckParameter3,