|
ReactOS 0.4.16-dev-2208-g6350669
|
#include <stdarg.h>#include <ntstatus.h>#include <winternl.h>#include "wine/test.h"#include <winuser.h>
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | X(f) p##f = (void*)GetProcAddress(hKernel32, #f); |
| #define | X(f) p##f = (void*)GetProcAddress(hntdll, #f); |
| #define | FLS_TEST_INDEX_COUNT 4096 |
| #define | check_current_actctx_is(e, t) check_current_actctx_is_(__LINE__, e, t) |
Variables | |
| static | LPFIBER_START_ROUTINE |
| static | LPVOID |
| static | DWORD |
| static | SIZE_T |
| static | PVOID |
| static void *static void **static ULONG | flags |
| static void * | fibers [3] |
| static BYTE | testparam = 185 |
| static DWORD | fls_index_to_set = FLS_OUT_OF_INDEXES |
| static void * | fls_value_to_set |
| static int | fiberCount = 0 |
| static int | cbCount = 0 |
| static unsigned int | test_fls_callback_call_count |
| static HANDLE | test_fiberlocalstorage_peb_locked_event |
| static HANDLE | test_fiberlocalstorage_done_event |
Definition at line 806 of file fiber.c.
|
static |
Definition at line 222 of file fiber.c.
Referenced by test_FiberLocalStorage().
Definition at line 966 of file fiber.c.
Referenced by test_fiber_actctx().
Definition at line 898 of file fiber.c.
Referenced by thread_actctx_func_early_exit().
Definition at line 845 of file fiber.c.
Referenced by subtest_fiber_actctx_switch().
Definition at line 88 of file fiber.c.
Referenced by START_TEST().
Definition at line 96 of file fiber.c.
Referenced by test_FiberHandling(), and test_FiberLocalStorageWithFibers().
Definition at line 1034 of file fiber.c.
Referenced by fls_exit_deadlock_child().
Definition at line 1050 of file fiber.c.
Referenced by START_TEST().
Definition at line 1044 of file fiber.c.
Referenced by fls_exit_deadlock_child().
Definition at line 56 of file fiber.c.
Referenced by START_TEST().
| START_TEST | ( | fiber | ) |
Definition at line 1091 of file fiber.c.
Definition at line 931 of file fiber.c.
Referenced by test_fiber_actctx().
Definition at line 878 of file fiber.c.
Referenced by test_fiber_actctx().
Definition at line 170 of file fiber.c.
Referenced by test_fiber_actctx(), test_FiberHandling(), and test_FiberLocalStorageWithFibers().
Definition at line 130 of file fiber.c.
Referenced by test_fiber_actctx(), test_FiberHandling(), and test_FiberLocalStorageWithFibers().
Definition at line 150 of file fiber.c.
Referenced by test_FiberHandling().
Definition at line 979 of file fiber.c.
Referenced by START_TEST().
Definition at line 183 of file fiber.c.
Referenced by START_TEST().
Definition at line 277 of file fiber.c.
Referenced by START_TEST().
Definition at line 268 of file fiber.c.
Referenced by test_FiberLocalStorage().
|
static |
Definition at line 694 of file fiber.c.
Referenced by START_TEST().
|
static |
Definition at line 736 of file fiber.c.
Referenced by START_TEST().
Definition at line 243 of file fiber.c.
Referenced by test_FiberLocalStorage().
|
static |
Definition at line 253 of file fiber.c.
Referenced by test_FiberLocalStorage().
Definition at line 248 of file fiber.c.
Referenced by test_FiberLocalStorage(), and test_fls_chunk_index_from_index().
Definition at line 1059 of file fiber.c.
Referenced by START_TEST().
Definition at line 908 of file fiber.c.
Referenced by subtest_fiber_actctx_preservation().
|
static |
Definition at line 54 of file fiber.c.
Referenced by FiberLocalStorageProc(), GreGetObject(), LoadStringFromRegistry(), PALETTE_GetObject(), PEN_GetObject(), test_FiberLocalStorageCallback(), and test_FiberLocalStorageWithFibers().
|
static |
Definition at line 53 of file fiber.c.
Referenced by FiberMainProc(), test_FiberHandling(), and test_FiberLocalStorageWithFibers().
|
static |
Definition at line 48 of file fiber.c.
Referenced by fiber_actctx_func(), FiberMainProc(), subtest_fiber_actctx_preservation(), subtest_fiber_actctx_switch(), subthread_actctx_func(), test_ConvertThreadToFiber(), test_ConvertThreadToFiberEx(), test_FiberHandling(), test_FiberLocalStorageWithFibers(), and thread_actctx_func_early_exit().
|
static |
Definition at line 50 of file fiber.c.
Referenced by FiberMainProc(), and test_FiberLocalStorageWithFibers().
|
static |
Definition at line 51 of file fiber.c.
Referenced by FiberLocalStorageProc(), FiberMainProc(), test_FiberLocalStorageCallback(), and test_FiberLocalStorageWithFibers().
|
static |
Definition at line 265 of file fiber.c.
Referenced by test_FiberLocalStorage(), and test_FiberLocalStorage_thread().
|
static |
Definition at line 264 of file fiber.c.
Referenced by test_FiberLocalStorage(), and test_FiberLocalStorage_thread().
Definition at line 241 of file fiber.c.
Referenced by test_FiberLocalStorage(), and test_fls_callback().
|
static |
Definition at line 49 of file fiber.c.
Referenced by test_ConvertThreadToFiber(), test_ConvertThreadToFiberEx(), test_FiberHandling(), and test_FiberLocalStorageWithFibers().