ReactOS 0.4.16-dev-334-g4d9f67c
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | WM_SENDTOOTHERTHREAD (WM_USER + 14) |
#define | KILL_THREAD1_FLAG 0x40000000 |
#define | KILL_THREAD2_FLAG 0x20000000 |
#define | KILL_THREAD_FLAGS (KILL_THREAD1_FLAG | KILL_THREAD2_FLAG) |
Functions | |
static void | TestSendMessageTimeout (_In_ HWND hWnd, _In_ UINT Msg) |
static LRESULT CALLBACK | WndProc (_In_ HWND hWnd, _In_ UINT message, _In_ WPARAM wParam, _In_ LPARAM lParam) |
static DWORD WINAPI | Thread1 (_Inout_opt_ PVOID Parameter) |
static DWORD WINAPI | Thread2 (_Inout_opt_ PVOID Parameter) |
static void | TestRecursiveInterThreadMessages (_In_ BOOL KillThread1, _In_ BOOL KillThread2) |
START_TEST (SendMessageTimeout) | |
Variables | |
static DWORD | dwThread1 |
static DWORD | dwThread2 |
static HANDLE | hThread1 |
static HANDLE | hThread2 |
static HWND | hWndThread1 |
static HWND | hWndThread2 |
#define KILL_THREAD1_FLAG 0x40000000 |
Definition at line 45 of file SendMessageTimeout.c.
#define KILL_THREAD2_FLAG 0x20000000 |
Definition at line 46 of file SendMessageTimeout.c.
#define KILL_THREAD_FLAGS (KILL_THREAD1_FLAG | KILL_THREAD2_FLAG) |
Definition at line 47 of file SendMessageTimeout.c.
Definition at line 43 of file SendMessageTimeout.c.
START_TEST | ( | SendMessageTimeout | ) |
Definition at line 227 of file SendMessageTimeout.c.
|
static |
Definition at line 187 of file SendMessageTimeout.c.
Referenced by START_TEST().
Definition at line 19 of file SendMessageTimeout.c.
Referenced by START_TEST().
|
static |
Definition at line 105 of file SendMessageTimeout.c.
Referenced by SystemProcessTest(), and TestRecursiveInterThreadMessages().
|
static |
Definition at line 146 of file SendMessageTimeout.c.
Referenced by SepOpenThreadToken(), SystemProcessTest(), and TestRecursiveInterThreadMessages().
|
static |
Definition at line 52 of file SendMessageTimeout.c.
Referenced by START_TEST().
|
static |
Definition at line 10 of file SendMessageTimeout.c.
Referenced by TestRecursiveInterThreadMessages(), and WndProc().
|
static |
Definition at line 11 of file SendMessageTimeout.c.
Referenced by TestRecursiveInterThreadMessages(), Thread2(), and WndProc().
|
static |
Definition at line 12 of file SendMessageTimeout.c.
Referenced by Test_Acquire(), TestRecursiveInterThreadMessages(), and WndProc().
|
static |
Definition at line 13 of file SendMessageTimeout.c.
Referenced by Test_Acquire(), TestRecursiveInterThreadMessages(), Thread1(), and WndProc().
|
static |
Definition at line 14 of file SendMessageTimeout.c.
|
static |
Definition at line 15 of file SendMessageTimeout.c.