#include "psp.h"
Go to the source code of this file.
Functions | |
NTSTATUS | NtSuspendThread (IN HANDLE ThreadHandle, OUT PULONG PreviousSuspendCount OPTIONAL) |
NTSTATUS | NtResumeThread (IN HANDLE ThreadHandle, OUT PULONG PreviousSuspendCount OPTIONAL) |
NTSTATUS | NtAlertThread (IN HANDLE ThreadHandle) |
NTSTATUS | NtAlertResumeThread (IN HANDLE ThreadHandle, OUT PULONG PreviousSuspendCount OPTIONAL) |
NTSTATUS | NtTestAlert (VOID) |
|
Definition at line 267 of file psspnd.c. References EXCEPTION_EXECUTE_HANDLER, KeAlertResumeThread(), KernelMode, KPROCESSOR_MODE, NT_SUCCESS, NTSTATUS(), NULL, ObDereferenceObject, ObReferenceObjectByHandle(), PAGED_CODE, ProbeForWriteUlong, PsThreadType, and ThreadHandle.
|
|
Definition at line 214 of file psspnd.c. References KeAlertThread(), KPROCESSOR_MODE, NT_SUCCESS, NTSTATUS(), NULL, ObDereferenceObject, ObReferenceObjectByHandle(), PAGED_CODE, PsThreadType, ThreadHandle, and VOID(). Referenced by SrvActivateDebugger().
|
|
Definition at line 138 of file psspnd.c. References EXCEPTION_EXECUTE_HANDLER, KeResumeThread(), KernelMode, KPROCESSOR_MODE, NT_SUCCESS, NTSTATUS(), NULL, ObDereferenceObject, ObReferenceObjectByHandle(), PAGED_CODE, ProbeForWriteUlong, PsThreadType, and ThreadHandle. Referenced by InitWindowsStuff(), main(), ProcessHardErrorRequest(), RtlQueryProcessDebugInformation(), RtlRemoteCall(), SepServerSpawnClientProcess(), UdbgTest1(), UdbgTest2(), W32WinStationDoConnect(), and WinStationAPIInit().
|
|
Definition at line 33 of file psspnd.c. References EXCEPTION_EXECUTE_HANDLER, KernelMode, KeSuspendThread(), KPROCESSOR_MODE, NT_SUCCESS, NTSTATUS(), NULL, ObDereferenceObject, ObReferenceObjectByHandle(), PAGED_CODE, ProbeForWriteUlong, PsGetCurrentThread, PsThreadType, and ThreadHandle. Referenced by RtlRemoteCall(), and UdbgTest1().
|
|
Definition at line 345 of file psspnd.c. References KeTestAlertThread(), and PAGED_CODE. Referenced by LdrpInitialize(), and main().
|