ReactOS
0.4.15-dev-4863-gba0d16f
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Definition at line 226 of file state.c.
Definition at line 193 of file state.c.
NTSTATUS NTAPI NtQueueApcThread | ( | IN HANDLE | ThreadHandle, |
IN PKNORMAL_ROUTINE | ApcRoutine, | ||
IN PVOID | NormalContext, | ||
IN PVOID | SystemArgument1, | ||
IN PVOID | SystemArgument2 | ||
) |
Definition at line 600 of file state.c.
Referenced by QueueUserAPC(), RtlpQueueIoWorkerThread(), RtlpQueueWorkerThread(), and RtlQueueApcWow64Thread().
NTSTATUS NTAPI NtQueueApcThreadEx | ( | IN HANDLE | ThreadHandle, |
IN OPTIONAL HANDLE | UserApcReserveHandle, | ||
IN PKNORMAL_ROUTINE | ApcRoutine, | ||
IN PVOID | NormalContext, | ||
IN OPTIONAL PVOID | SystemArgument1, | ||
IN OPTIONAL PVOID | SystemArgument2 | ||
) |
Definition at line 504 of file state.c.
Referenced by NtQueueApcThread().
Definition at line 438 of file state.c.
Definition at line 290 of file state.c.
Referenced by CreateProcessInternalW(), CreateRemoteThread(), CsrApiPortInitialize(), CsrpCheckRequestThreads(), CsrSbApiPortInitialize(), CsrSbCreateSession(), EnableUserModePnpManager(), GuiInit(), ResumeThread(), RtlCreateTimerQueue(), RtlpStartWorkerThread(), SmpExecuteImage(), SmpExecuteInitialCommand(), SmpLoadSubSystem(), SmpSbCreateSession(), and test_NtSuspendProcess().
Definition at line 411 of file state.c.
Definition at line 352 of file state.c.
Referenced by DisableUserModePnpManager(), and SuspendThread().
Definition at line 465 of file state.c.
Referenced by LdrpInit().
VOID NTAPI PspQueueApcSpecialApc | ( | IN PKAPC | Apc, |
IN OUT PKNORMAL_ROUTINE * | NormalRoutine, | ||
IN OUT PVOID * | NormalContext, | ||
IN OUT PVOID * | SystemArgument1, | ||
IN OUT PVOID * | SystemArgument2 | ||
) |
Definition at line 128 of file state.c.
Referenced by NtResumeProcess().
Definition at line 32 of file state.c.
Referenced by DbgkpPostFakeThreadMessages(), DbgkpWakeTarget(), and NtResumeThread().
Definition at line 158 of file state.c.
Referenced by NtSuspendProcess().
Definition at line 48 of file state.c.
Referenced by DbgkpPostFakeThreadMessages(), NtSuspendThread(), and PsSuspendProcess().