FreeRDP
TestSynchWaitableTimerAPC.c File Reference
#include <winpr/crt.h>
#include <winpr/synch.h>
#include <winpr/sysinfo.h>

Functions

static VOID CALLBACK TimerAPCProc (LPVOID lpArg, DWORD dwTimerLowValue, DWORD dwTimerHighValue)
 
int TestSynchWaitableTimerAPC (int argc, char *argv[])
 

Variables

static int g_Count = 0
 
static HANDLE g_Event = NULL
 

Function Documentation

◆ TestSynchWaitableTimerAPC()

int TestSynchWaitableTimerAPC ( int  argc,
char *  argv[] 
)
Here is the call graph for this function:

◆ TimerAPCProc()

static VOID CALLBACK TimerAPCProc ( LPVOID  lpArg,
DWORD  dwTimerLowValue,
DWORD  dwTimerHighValue 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ g_Count

int g_Count = 0
static

◆ g_Event

HANDLE g_Event = NULL
static