ReactOS 0.4.16-dev-297-gc569aee
|
#include "ntdll_test.h"
Go to the source code of this file.
Classes | |
struct | rtl_wait_info |
struct | window_length_info |
struct | wait_info |
Macros | |
#define | NTDLL_GET_PROC(func) |
Variables | |
static HMODULE | hntdll = 0 |
static | PVOID |
static | PTP_TIMER_CALLBACK |
static TP_CALLBACK_ENVIRON *static | PTP_WAIT_CALLBACK |
static TP_CALLBACK_ENVIRON *static TP_CALLBACK_ENVIRON *static | PTP_WORK_CALLBACK |
static | HANDLE |
static | DWORD |
static | BOOL |
static LARGE_INTEGER | LONG |
static HANDLE | rtl_wait_apc_semaphore |
static DWORD | group_cancel_tid |
struct { | |
HANDLE semaphore | |
DWORD result | |
} | multi_wait_info |
Definition at line 48 of file threadpool.c.
|
static |
Definition at line 1140 of file threadpool.c.
Referenced by test_tp_disassociate().
|
static |
Definition at line 1153 of file threadpool.c.
Referenced by test_tp_disassociate().
|
static |
Definition at line 1127 of file threadpool.c.
Referenced by test_tp_disassociate().
Definition at line 867 of file threadpool.c.
Referenced by test_tp_group_cancel().
Definition at line 858 of file threadpool.c.
Referenced by test_tp_group_cancel().
Definition at line 56 of file threadpool.c.
Referenced by START_TEST().
|
static |
Definition at line 1069 of file threadpool.c.
Referenced by test_tp_instance().
|
static |
Definition at line 1062 of file threadpool.c.
Referenced by test_tp_instance().
|
static |
Definition at line 1787 of file threadpool.c.
Referenced by test_tp_multi_wait().
Definition at line 155 of file threadpool.c.
Referenced by test_RtlRegisterWait().
Definition at line 101 of file threadpool.c.
Referenced by test_RtlQueueWorkItem().
|
static |
Definition at line 470 of file threadpool.c.
Referenced by test_tp_simple().
|
static |
|
static |
Definition at line 824 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 708 of file threadpool.c.
Referenced by test_tp_group_cancel().
START_TEST | ( | threadpool | ) |
Definition at line 1900 of file threadpool.c.
Definition at line 109 of file threadpool.c.
Referenced by START_TEST().
Definition at line 186 of file threadpool.c.
Referenced by START_TEST().
Definition at line 1166 of file threadpool.c.
Referenced by START_TEST().
Definition at line 909 of file threadpool.c.
Referenced by START_TEST().
Definition at line 744 of file threadpool.c.
Referenced by START_TEST().
Definition at line 1081 of file threadpool.c.
Referenced by START_TEST().
Definition at line 1800 of file threadpool.c.
Referenced by START_TEST().
Definition at line 477 of file threadpool.c.
Referenced by START_TEST().
Definition at line 1280 of file threadpool.c.
Referenced by START_TEST().
Definition at line 1545 of file threadpool.c.
Referenced by START_TEST().
Definition at line 1421 of file threadpool.c.
Referenced by START_TEST().
Definition at line 593 of file threadpool.c.
Referenced by START_TEST().
Definition at line 637 of file threadpool.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 725 of file threadpool.c.
Referenced by test_tp_group_wait().
Definition at line 904 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 883 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 893 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 898 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 888 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 1530 of file threadpool.c.
Referenced by test_tp_wait().
|
static |
Definition at line 734 of file threadpool.c.
Referenced by test_tp_group_wait().
|
static |
|
static |
Definition at line 586 of file threadpool.c.
Referenced by test_tp_work_scheduler().
|
static |
Definition at line 579 of file threadpool.c.
Referenced by test_tp_group_cancel(), test_tp_work(), and test_tp_work_scheduler().
|
static |
Definition at line 846 of file threadpool.c.
Referenced by test_tp_group_cancel().
|
static |
Definition at line 716 of file threadpool.c.
Referenced by test_tp_group_cancel(), and test_tp_group_wait().
Definition at line 36 of file threadpool.c.
Definition at line 30 of file threadpool.c.
Referenced by multi_wait_cb().
|
static |
Definition at line 822 of file threadpool.c.
Referenced by group_cancel_cleanup_increment_cb(), group_cancel_cleanup_release2_cb(), group_cancel_cleanup_release_cb(), and test_tp_group_cancel().
Definition at line 30 of file threadpool.c.
|
static |
Definition at line 23 of file threadpool.c.
Referenced by init_threadpool().
Definition at line 41 of file threadpool.c.
struct { ... } multi_wait_info |
Referenced by multi_wait_cb(), and test_tp_multi_wait().
PTP_TIMER_CALLBACK |
Definition at line 26 of file threadpool.c.
TP_CALLBACK_ENVIRON *static PTP_WAIT_CALLBACK |
Definition at line 27 of file threadpool.c.
TP_CALLBACK_ENVIRON *static TP_CALLBACK_ENVIRON *static PTP_WORK_CALLBACK |
Definition at line 28 of file threadpool.c.
LARGE_INTEGER *static PVOID |
Definition at line 25 of file threadpool.c.
Definition at line 1784 of file threadpool.c.
Referenced by disassociate2_cb(), disassociate3_cb(), disassociate_cb(), instance_finalization_cb(), rtl_wait_cb(), simple_group_cancel_cb(), test_RtlQueueWorkItem(), test_RtlRegisterWait(), test_tp_disassociate(), test_tp_group_cancel(), test_tp_group_wait(), test_tp_instance(), test_tp_multi_wait(), test_tp_simple(), test_tp_timer(), test_tp_wait(), test_tp_window_length(), and work_group_cancel_cb().
|
static |
Definition at line 177 of file threadpool.c.
Referenced by rtl_wait_apc_cb(), and test_RtlRegisterWait().
HANDLE semaphore |
Definition at line 1783 of file threadpool.c.
Referenced by rtl_work_cb(), simple_cb(), test_RtlQueueWorkItem(), test_tp_group_wait(), test_tp_multi_wait(), test_tp_simple(), test_tp_timer(), test_tp_window_length(), timer_cb(), timer_release_cb(), wait_release_cb(), and work_release_cb().