ReactOS 0.4.16-dev-433-g6363f78
|
#include "../win32nt.h"
Go to the source code of this file.
Classes | |
struct | TIMER_MESSAGE_STATE1 |
struct | TIMER_MESSAGE_STATEW1 |
Macros | |
#define | SLEEP_TIME 500 |
#define | MIN_MESSAGES_TIME 1 |
#define | MAX_MESSAGES_TIME 1000 |
#define | TEST1_COUNT 20 |
#define | TEST1_INTERVAL 10 |
#define | TEST2_COUNT 40000 |
#define | TEST2_INTERVAL 10 |
#define | TESTW1_COUNT 20 |
#define | TESTW1_INTERVAL 10 |
#define | TESTW2_COUNT 40000 |
#define | TESTW2_INTERVAL 10 |
Typedefs | |
typedef struct TIMER_MESSAGE_STATE1 | TIMER_MESSAGE_STATE1 |
typedef struct TIMER_MESSAGE_STATEW1 | TIMER_MESSAGE_STATEW1 |
Functions | |
static void CALLBACK | TimerProc (HWND hWnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime) |
static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static BOOL | test1 (void) |
static BOOL | test2 (void) |
static BOOL | test3 (void) |
static BOOL | testW1 (HWND hwnd) |
static BOOL | testW2 (HWND hwnd) |
START_TEST (NtUserSetTimer) | |
Variables | |
TIMER_MESSAGE_STATE1 | timerId1 [TEST1_COUNT] |
TIMER_MESSAGE_STATEW1 | timerIdW1 [TESTW1_COUNT] |
#define MAX_MESSAGES_TIME 1000 |
Definition at line 13 of file NtUserSetTimer.c.
#define MIN_MESSAGES_TIME 1 |
Definition at line 12 of file NtUserSetTimer.c.
#define SLEEP_TIME 500 |
Definition at line 11 of file NtUserSetTimer.c.
#define TEST1_COUNT 20 |
Definition at line 15 of file NtUserSetTimer.c.
#define TEST1_INTERVAL 10 |
Definition at line 16 of file NtUserSetTimer.c.
#define TEST2_COUNT 40000 |
Definition at line 18 of file NtUserSetTimer.c.
#define TEST2_INTERVAL 10 |
Definition at line 19 of file NtUserSetTimer.c.
#define TESTW1_COUNT 20 |
Definition at line 21 of file NtUserSetTimer.c.
#define TESTW1_INTERVAL 10 |
Definition at line 22 of file NtUserSetTimer.c.
#define TESTW2_COUNT 40000 |
Definition at line 24 of file NtUserSetTimer.c.
#define TESTW2_INTERVAL 10 |
Definition at line 25 of file NtUserSetTimer.c.
START_TEST | ( | NtUserSetTimer | ) |
Definition at line 219 of file NtUserSetTimer.c.
Definition at line 69 of file NtUserSetTimer.c.
Referenced by START_TEST().
Definition at line 111 of file NtUserSetTimer.c.
Referenced by START_TEST().
Definition at line 130 of file NtUserSetTimer.c.
Referenced by START_TEST().
Definition at line 153 of file NtUserSetTimer.c.
Referenced by START_TEST().
Definition at line 199 of file NtUserSetTimer.c.
Referenced by START_TEST().
Definition at line 44 of file NtUserSetTimer.c.
Definition at line 56 of file NtUserSetTimer.c.
Referenced by START_TEST().
TIMER_MESSAGE_STATE1 timerId1[TEST1_COUNT] |
Definition at line 33 of file NtUserSetTimer.c.
Referenced by test1(), and TimerProc().
TIMER_MESSAGE_STATEW1 timerIdW1[TESTW1_COUNT] |
Definition at line 40 of file NtUserSetTimer.c.
Referenced by testW1(), and WindowProc().