ReactOS 0.4.16-dev-838-g27bb510
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 985 of file apc.c.
Referenced by _IRQL_requires_(), _Requires_lock_held_(), IopSynchronousCall(), IopUnQueueIrpFromThread(), MiCheckForUserStackOverflow(), MiDispatchFault(), MiLockProcessWorkingSetUnsafe(), MiMakePdeExistAndMakeValid(), MiMakeSystemAddressValid(), MiUnlockProcessWorkingSetUnsafe(), MmArmAccessFault(), and ObfDereferenceObject().
Definition at line 958 of file apc.c.
Referenced by START_TEST(), TestFastMutex(), TestResourceUndocumentedShortcuts(), TestSeAssignSecurity(), VerifyCriticalRegionEntry(), and VerifyCriticalRegionExit().
PLIST_ENTRY NTAPI KeFlushQueueApc | ( | IN PKTHREAD | Thread, |
IN KPROCESSOR_MODE | PreviousMode | ||
) |
Definition at line 793 of file apc.c.
Referenced by PspExitThread().
VOID NTAPI KeInitializeApc | ( | IN PKAPC | Apc, |
IN PKTHREAD | Thread, | ||
IN KAPC_ENVIRONMENT | TargetEnvironment, | ||
IN PKKERNEL_ROUTINE | KernelRoutine, | ||
IN PKRUNDOWN_ROUTINE RundownRoutine | OPTIONAL, | ||
IN PKNORMAL_ROUTINE | NormalRoutine, | ||
IN KPROCESSOR_MODE | Mode, | ||
IN PVOID | Context | ||
) |
Definition at line 651 of file apc.c.
Referenced by ExSwapinWorkerThreads(), IofCompleteRequest(), IopCompleteRequest(), IoRaiseHardError(), KeInitThread(), NtQueueApcThreadEx(), NtSetTimer(), PsGetContextThread(), PspExitNormalApc(), PspTerminateThreadByPointer(), and PsSetContextThread().
BOOLEAN NTAPI KeInsertQueueApc | ( | IN PKAPC | Apc, |
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2, | ||
IN KPRIORITY | PriorityBoost | ||
) |
Definition at line 735 of file apc.c.
Referenced by _Function_class_(), ExSwapinWorkerThreads(), IofCompleteRequest(), IopCompleteRequest(), IoRaiseHardError(), NtQueueApcThreadEx(), PsGetContextThread(), PspExitNormalApc(), PspTerminateThreadByPointer(), and PsSetContextThread().
Definition at line 886 of file apc.c.
Definition at line 36 of file apc.c.
VOID NTAPI KiDeliverApc | ( | IN KPROCESSOR_MODE | DeliveryMode, |
IN PKEXCEPTION_FRAME | ExceptionFrame, | ||
IN PKTRAP_FRAME | TrapFrame | ||
) |
Definition at line 302 of file apc.c.
Referenced by _HalpApcInterruptHandler(), HalpApcInterruptHandler(), HalpLowerIrql(), KiApcInterrupt(), KiCheckForApcDelivery(), KiCheckForKernelApcDelivery(), KiExitDispatcher(), KiExitV86Trap(), and KiSwapThread().
Definition at line 85 of file apc.c.
Referenced by KeFreezeAllThreads(), KeInsertQueueApc(), and KeSuspendThread().
VOID NTAPI KiMoveApcState | ( | PKAPC_STATE | OldState, |
PKAPC_STATE | NewState | ||
) |
Definition at line 538 of file apc.c.
Referenced by KeDetachProcess(), KeUnstackDetachProcess(), and KiAttachProcess().
FORCEINLINE VOID RepairList | ( | IN PLIST_ENTRY | Original, |
IN PLIST_ENTRY | Copy, | ||
IN KPROCESSOR_MODE | Mode | ||
) |
Definition at line 516 of file apc.c.
Referenced by KiMoveApcState().