ReactOS 0.4.16-dev-597-gdbf7844
|
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wincon.h"
#include "winnls.h"
#include "winternl.h"
#include "tlhelp32.h"
#include "wine/test.h"
#include "winnt.h"
Go to the source code of this file.
Classes | |
struct | proc_thread_attr |
struct | _PROC_THREAD_ATTRIBUTE_LIST |
Variables | |
static HINSTANCE | hkernel32 |
static HINSTANCE | hntdll |
static | PDWORD |
static | PBOOL |
static | LPVOID |
static | SIZE_T |
static | DWORD |
static DWORD | dwFlags |
static DWORD LPSTR | lpExeName |
static DWORD LPSTR PDWORD | lpdwSize |
static | LPSTR |
static LPCWSTR | name |
static HANDLE | process |
static HANDLE | job |
static HANDLE PBOOL | result |
static UINT | exit_code |
static JOBOBJECTINFOCLASS | class |
static JOBOBJECTINFOCLASS LPVOID | info |
static JOBOBJECTINFOCLASS LPVOID DWORD | len |
static JOBOBJECTINFOCLASS LPVOID DWORD LPDWORD | ret_len |
static HANDLE | existing_port |
static HANDLE ULONG_PTR | key |
static HANDLE ULONG_PTR DWORD | threads |
static | PUCHAR |
static | PROCESSINFOCLASS |
static | PVOID |
static | ULONG |
static | PULONG |
static SIZE_T *static | DWORD_PTR |
static char | base [MAX_PATH] |
static char | selfname [MAX_PATH] |
static char * | exename |
static char | resfile [MAX_PATH] |
static int | myARGC |
static char ** | myARGV |
static char | memory [1024 *256] |
static char * | memory_index = memory |
#define INIT_STR "Just some words" |
#define PROCESS_ALL_ACCESS_NT4 (PROCESS_ALL_ACCESS & ~0xf000) |
#define test_accounting | ( | job, | |
total_proc, | |||
active_proc, | |||
terminated_proc | |||
) | _test_accounting(__LINE__, job, total_proc, active_proc, terminated_proc) |
#define test_assigned_proc | ( | job, | |
... | |||
) | _test_assigned_proc(__LINE__, job, __VA_ARGS__) |
#define THREAD_ALL_ACCESS_NT4 (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | 0x3ff) |
|
static |
Definition at line 2409 of file process.c.
|
static |
Definition at line 2458 of file process.c.
Definition at line 2422 of file process.c.
|
static |
Definition at line 2390 of file process.c.
Definition at line 1275 of file process.c.
Referenced by test_Environment().
Definition at line 306 of file process.c.
Referenced by START_TEST().
Definition at line 275 of file process.c.
Definition at line 506 of file process.c.
Referenced by cmpEnvironment(), ok_child_string(), test_Console(), test_DebuggingFlag(), test_Startup(), and test_SuspendFlag().
Definition at line 217 of file process.c.
Referenced by START_TEST().
Definition at line 1530 of file process.c.
Referenced by test_Console(), and test_DuplicateHandle().
|
static |
|
static |
Definition at line 565 of file process.c.
Definition at line 129 of file process.c.
Referenced by cmpEnvironment(), test_CommandLine(), test_Console(), test_DebuggingFlag(), test_DetachConsoleHandles(), test_DetachStdHandles(), test_Directory(), test_Environment(), test_ExitCode(), test_Startup(), test_StartupNoConsole(), test_SuspendFlag(), and test_Toolhelp().
|
static |
START_TEST | ( | process | ) |
Definition at line 3928 of file process.c.
Definition at line 549 of file process.c.
Referenced by ok_child_string(), test_Console(), test_DebuggingFlag(), test_Startup(), and test_SuspendFlag().
Definition at line 2908 of file process.c.
Referenced by START_TEST().
Definition at line 2957 of file process.c.
Referenced by START_TEST().
Definition at line 888 of file process.c.
Referenced by START_TEST().
Definition at line 2741 of file process.c.
Referenced by START_TEST().
Definition at line 1535 of file process.c.
Referenced by START_TEST().
Definition at line 1468 of file process.c.
Referenced by START_TEST().
Definition at line 3063 of file process.c.
Referenced by START_TEST().
Definition at line 3486 of file process.c.
Referenced by START_TEST().
Definition at line 1096 of file process.c.
Referenced by START_TEST().
Definition at line 2292 of file process.c.
Referenced by START_TEST().
Definition at line 1329 of file process.c.
Referenced by START_TEST().
Definition at line 1723 of file process.c.
Referenced by START_TEST().
Definition at line 3908 of file process.c.
Referenced by START_TEST().
Definition at line 3747 of file process.c.
Referenced by START_TEST().
Definition at line 3538 of file process.c.
Referenced by START_TEST().
Definition at line 1901 of file process.c.
Referenced by START_TEST().
Definition at line 1866 of file process.c.
Referenced by START_TEST().
Definition at line 2087 of file process.c.
Referenced by START_TEST().
Definition at line 2485 of file process.c.
Referenced by START_TEST().
Definition at line 2133 of file process.c.
Referenced by START_TEST().
Definition at line 2924 of file process.c.
Referenced by START_TEST().
Definition at line 2780 of file process.c.
Referenced by START_TEST().
Definition at line 3779 of file process.c.
Referenced by START_TEST().
Definition at line 1752 of file process.c.