PostgreSQL Source Code  git master
timerCA Struct Reference

Data Fields

struct itimerval value
 
HANDLE event
 
CRITICAL_SECTION crit_sec
 

Detailed Description

Definition at line 23 of file timer.c.

Field Documentation

◆ crit_sec

CRITICAL_SECTION timerCA::crit_sec

Definition at line 27 of file timer.c.

Referenced by pg_timer_thread().

◆ event

HANDLE timerCA::event

Definition at line 26 of file timer.c.

Referenced by pg_timer_thread().

◆ value

struct itimerval timerCA::value

Definition at line 86 of file timer.c.

Referenced by pg_timer_thread().


The documentation for this struct was generated from the following file: