timer.C File Reference
Include dependency graph for timer.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Macros

#define WIN32_LEAN_AND_MEAN
 
#define WINVER   0x0500
 
#define SIGALRM   14
 

Functions

 defineTypeNameAndDebug (timer, 0)
 
static VOID CALLBACK timerExpired (PVOID lpParam, BOOLEAN TimerOrWaitFired)
 

Variables

static HANDLE hTimer_ = nullptr
 

Detailed Description

Original source file timer.C

Definition in file timer.C.

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 35 of file timer.C.

◆ WINVER

#define WINVER   0x0500

Definition at line 37 of file timer.C.

◆ SIGALRM

#define SIGALRM   14

Definition at line 43 of file timer.C.

Function Documentation

◆ timerExpired()

static VOID CALLBACK timerExpired ( PVOID  lpParam,
BOOLEAN  TimerOrWaitFired 
)
static

Definition at line 62 of file timer.C.

References SIGALRM.

Referenced by timer::timer().

Here is the caller graph for this function:

Variable Documentation

◆ hTimer_

HANDLE hTimer_ = nullptr
static

Definition at line 57 of file timer.C.

Referenced by timer::timer(), and timer::~timer().