|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 157 of file job.c.
Referenced by AssignProcessToJobObject(), and CreateProcessInternalW().
| NTSTATUS NTAPI NtCreateJobObject | ( | PHANDLE | JobHandle, |
| ACCESS_MASK | DesiredAccess, | ||
| POBJECT_ATTRIBUTES | ObjectAttributes | ||
| ) |
Definition at line 256 of file job.c.
Definition at line 361 of file job.c.
Referenced by CreateProcessInternalW(), and IsProcessInJob().
| NTSTATUS NTAPI NtOpenJobObject | ( | PHANDLE | JobHandle, |
| ACCESS_MASK | DesiredAccess, | ||
| POBJECT_ATTRIBUTES | ObjectAttributes | ||
| ) |
Definition at line 429 of file job.c.
| NTSTATUS NTAPI NtQueryInformationJobObject | ( | HANDLE | JobHandle, |
| JOBOBJECTINFOCLASS | JobInformationClass, | ||
| PVOID | JobInformation, | ||
| ULONG | JobInformationLength, | ||
| PULONG | ReturnLength | ||
| ) |
Definition at line 485 of file job.c.
Referenced by QueryInformationJobObject().
| NTSTATUS NTAPI NtSetInformationJobObject | ( | HANDLE | JobHandle, |
| JOBOBJECTINFOCLASS | JobInformationClass, | ||
| PVOID | JobInformation, | ||
| ULONG | JobInformationLength | ||
| ) |
Definition at line 752 of file job.c.
Referenced by SetInformationJobObject().
Definition at line 850 of file job.c.
Referenced by TerminateJobObject().
Definition at line 111 of file job.c.
Referenced by PspInitPhase0().
| NTSTATUS NTAPI PspTerminateJobObject | ( | PEJOB | Job, |
| KPROCESSOR_MODE | AccessMode, | ||
| NTSTATUS | ExitStatus | ||
| ) |
| LIST_ENTRY PsJobListHead |
Definition at line 22 of file job.c.
Referenced by NtCreateJobObject(), and PspInitializeJobStructures().
|
static |
Definition at line 23 of file job.c.
Referenced by NtCreateJobObject(), PspDeleteJob(), and PspInitializeJobStructures().
| POBJECT_TYPE PsJobType = NULL |
Definition at line 20 of file job.c.
Referenced by NtAssignProcessToJobObject(), NtCreateJobObject(), NtIsProcessInJob(), NtOpenJobObject(), NtQueryInformationJobObject(), NtSetInformationJobObject(), NtTerminateJobObject(), PspInitPhase0(), and TestWin2003ObjectTypes().
| ULONG PspJobInfoAlign[] |
| ULONG PspJobInfoLengths[] |
Definition at line 53 of file job.c.
Referenced by NtQueryInformationJobObject(), and NtSetInformationJobObject().
| GENERIC_MAPPING PspJobMapping |
| CHAR PspJobSchedulingClasses[PSP_JOB_SCHEDULING_CLASSES] |
Definition at line 27 of file job.c.
Referenced by PsChangeQuantumTable(), and PspComputeQuantumAndPriority().
| BOOLEAN PspUseJobSchedulingClasses |
Definition at line 25 of file job.c.
Referenced by PsChangeQuantumTable(), and PspComputeQuantumAndPriority().