ReactOS
0.4.15-dev-2155-g06f57e1
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
LIST_ENTRY | PspReaperListHead = { NULL, NULL } |
WORK_QUEUE_ITEM | PspReaperWorkItem |
LARGE_INTEGER | ShortTime = {{-10 * 100 * 1000, -1}} |
Definition at line 1341 of file kill.c.
Referenced by CsrNewThread().
Definition at line 1160 of file kill.c.
Definition at line 1278 of file kill.c.
Referenced by _main(), BaseSrvBSMThread(), CreateRemoteThread(), CsrApiRequestThread(), CsrpCheckRequestThreads(), ExitThread(), InitializeUserModePnpManager(), PnpEventThread(), RtlExitUserThread(), RtlpExitThread(), TerminateThread(), TerminateUserModePnpManager(), and wWinMain().
VOID NTAPI PsExitSpecialApc | ( | IN PKAPC | Apc, |
IN OUT PKNORMAL_ROUTINE * | NormalRoutine, | ||
IN OUT PVOID * | NormalContext, | ||
IN OUT PVOID * | SystemArgument1, | ||
IN OUT PVOID * | SystemArgument2 | ||
) |
Definition at line 921 of file kill.c.
Referenced by PspExitNormalApc(), and PspTerminateThreadByPointer().
Definition at line 27 of file kill.c.
Referenced by NtTerminateProcess(), PspExitThread(), PspTerminateProcess(), and PspTerminateThreadByPointer().
Definition at line 256 of file kill.c.
Referenced by PspInitPhase0().
Definition at line 390 of file kill.c.
Referenced by PspInitPhase0().
Definition at line 160 of file kill.c.
Referenced by PsExitSpecialApc(), PspExitNormalApc(), and PspTerminateThreadByPointer().
VOID NTAPI PspExitNormalApc | ( | IN PVOID | NormalContext, |
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 946 of file kill.c.
Referenced by PspTerminateThreadByPointer().
Definition at line 1074 of file kill.c.
Referenced by PspDeleteProcess(), and PspExitThread().
Definition at line 449 of file kill.c.
Referenced by PsExitSpecialApc(), and PspTerminateThreadByPointer().
Definition at line 1067 of file kill.c.
Referenced by MmpPageOutPhysicalAddress().
Definition at line 170 of file kill.c.
Referenced by PspInitPhase0().
Definition at line 138 of file kill.c.
Definition at line 82 of file kill.c.
Referenced by PspShutdownProcessManager(), and PsTerminateProcess().
NTSTATUS NTAPI PspTerminateThreadByPointer | ( | IN PETHREAD | Thread, |
IN NTSTATUS | ExitStatus, | ||
IN BOOLEAN | bSelf | ||
) |
Definition at line 987 of file kill.c.
Referenced by KiThreadStartup(), NtTerminateProcess(), NtTerminateThread(), PspSystemThreadStartup(), PspTerminateProcess(), PspUserThreadStartup(), and PsTerminateSystemThread().
Definition at line 129 of file kill.c.
Referenced by DbgkpCloseObject(), and ExpDebuggerWorker().
Definition at line 1144 of file kill.c.
Referenced by _Function_class_(), ExpWorkerThreadBalanceManager(), ExpWorkerThreadEntryPoint(), Ext2bhReaperThread(), Ext2FcbReaperThread(), Ext2McbReaperThread(), InbvRotationThread(), KeyboardDeviceWorker(), LwipThreadMain(), MonitorThread(), Mx::MxTerminateCurrentThread(), RxpWorkerThreadDispatcher(), RxSpinUpRequestsDispatcher(), SermouseDeviceWorker(), sys_arch_mbox_fetch(), sys_arch_sem_wait(), SystemProcessTestWorker(), SystemProcessWorker(), TdiReceiveThread(), TdiSendThread(), FxSystemThread::Thread(), USBPORT_WorkerThread(), and VfdDeviceThread().
LIST_ENTRY PspReaperListHead = { NULL, NULL } |
Definition at line 19 of file kill.c.
Referenced by KeTerminateThread(), and PspReapRoutine().
WORK_QUEUE_ITEM PspReaperWorkItem |
Definition at line 20 of file kill.c.
Referenced by KeTerminateThread(), and PspInitPhase0().
LARGE_INTEGER ShortTime = {{-10 * 100 * 1000, -1}} |
Definition at line 21 of file kill.c.
Referenced by PspExitThread().