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

Macros

#define FIRE_COUNT   5
 
#define TIMER_COUNT   5
 

Functions

static VOID CALLBACK TimerRoutine (PVOID lpParam, BOOLEAN TimerOrWaitFired)
 
int TestSynchTimerQueue (int argc, char *argv[])
 

Macro Definition Documentation

◆ FIRE_COUNT

#define FIRE_COUNT   5

◆ TIMER_COUNT

#define TIMER_COUNT   5

Function Documentation

◆ TestSynchTimerQueue()

int TestSynchTimerQueue ( int  argc,
char *  argv[] 
)

Note: If the CompletionEvent parameter is INVALID_HANDLE_VALUE, the function waits for any running timer callback functions to complete before returning.

Here is the call graph for this function:

◆ TimerRoutine()

static VOID CALLBACK TimerRoutine ( PVOID  lpParam,
BOOLEAN  TimerOrWaitFired 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: