FreeRDP
TestSynchAPC.c File Reference
#include <winpr/wtypes.h>
#include <winpr/thread.h>
#include <winpr/synch.h>

Functions

static void CALLBACK userApc (ULONG_PTR arg)
 
static DWORD WINAPI uncleanThread (LPVOID lpThreadParameter)
 
static DWORD WINAPI cleanThread (LPVOID lpThreadParameter)
 
static VOID CALLBACK Timer1APCProc (LPVOID lpArg, DWORD dwTimerLowValue, DWORD dwTimerHighValue)
 
static VOID CALLBACK Timer2APCProc (LPVOID lpArg, DWORD dwTimerLowValue, DWORD dwTimerHighValue)
 
static DWORD closeHandleTest (LPVOID lpThreadParameter)
 
int TestSynchAPC (int argc, char *argv[])
 

Function Documentation

◆ cleanThread()

static DWORD WINAPI cleanThread ( LPVOID  lpThreadParameter)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ closeHandleTest()

static DWORD closeHandleTest ( LPVOID  lpThreadParameter)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ TestSynchAPC()

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

◆ Timer1APCProc()

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

◆ Timer2APCProc()

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

◆ uncleanThread()

static DWORD WINAPI uncleanThread ( LPVOID  lpThreadParameter)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ userApc()

static void CALLBACK userApc ( ULONG_PTR  arg)
static
Here is the caller graph for this function: