|
ReactOS 0.4.17-dev-37-g0bfb40d
|
#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winternl.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | unique_teb_thread_args |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | GET_FUNC(name) p##name = (void *)GetProcAddress( hntdll, #name ); |
Functions | |
| static | NTSTATUS (WINAPI *pNtCreateThreadEx)(HANDLE * |
| static OBJECT_ATTRIBUTES void PS_ATTRIBUTE_LIST *static int *CDECL * | p_errno (void) |
| static void | init_function_pointers (void) |
| static void CALLBACK | test_NtCreateThreadEx_proc (void *param) |
| static void | test_dbg_hidden_thread_creation (void) |
| static void CALLBACK | test_unique_teb_proc (void *param) |
| static void | test_unique_teb (void) |
| static void | test_errno (void) |
| START_TEST (thread) | |
Variables | |
| static | ACCESS_MASK |
| static OBJECT_ATTRIBUTES | HANDLE |
| static OBJECT_ATTRIBUTES | PRTL_THREAD_START_ROUTINE |
| static OBJECT_ATTRIBUTES void | ULONG |
| static OBJECT_ATTRIBUTES void | ULONG_PTR |
| static OBJECT_ATTRIBUTES void | SIZE_T |
Definition at line 36 of file thread.c.
Referenced by START_TEST().
|
static |
Referenced by test_errno().
| START_TEST | ( | thread | ) |
Definition at line 209 of file thread.c.
Definition at line 49 of file thread.c.
Referenced by START_TEST().
Definition at line 191 of file thread.c.
Referenced by START_TEST().
Definition at line 147 of file thread.c.
Referenced by START_TEST().
Definition at line 139 of file thread.c.
Referenced by test_unique_teb().
| OBJECT_ATTRIBUTES PRTL_THREAD_START_ROUTINE |