ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
NTSTATUS NTAPI RtlCreateUserThread | ( | IN HANDLE | ProcessHandle, |
IN PSECURITY_DESCRIPTOR SecurityDescriptor | OPTIONAL, | ||
IN BOOLEAN | CreateSuspended, | ||
IN ULONG StackZeroBits | OPTIONAL, | ||
IN SIZE_T StackReserve | OPTIONAL, | ||
IN SIZE_T StackCommit | OPTIONAL, | ||
IN PTHREAD_START_ROUTINE | StartAddress, | ||
IN PVOID Parameter | OPTIONAL, | ||
OUT PHANDLE ThreadHandle | OPTIONAL, | ||
OUT PCLIENT_ID ClientId | OPTIONAL | ||
) |
Definition at line 217 of file thread.c.
Definition at line 288 of file thread.c.
Definition at line 303 of file thread.c.
NTSTATUS NTAPI RtlpCreateUserStack | ( | IN HANDLE | ProcessHandle, |
IN SIZE_T StackReserve | OPTIONAL, | ||
IN SIZE_T StackCommit | OPTIONAL, | ||
IN ULONG StackZeroBits | OPTIONAL, | ||
OUT PINITIAL_TEB | InitialTeb | ||
) |
Definition at line 23 of file thread.c.
Referenced by RtlCreateUserThread().
Definition at line 153 of file thread.c.
Referenced by RtlCreateUserThread().
NTSTATUS NTAPI RtlRemoteCall | ( | IN HANDLE | Process, |
IN HANDLE | Thread, | ||
IN PVOID | CallSite, | ||
IN ULONG | ArgumentCount, | ||
IN PULONG | Arguments, | ||
IN BOOLEAN | PassContext, | ||
IN BOOLEAN | AlreadySuspended | ||
) |
NTSTATUS __cdecl RtlSetThreadIsCritical | ( | IN BOOLEAN | NewValue, |
OUT PBOOLEAN OldValue | OPTIONAL, | ||
IN BOOLEAN | NeedBreaks | ||
) |
Definition at line 176 of file thread.c.