Data Fields | |
struct itimerval | value |
HANDLE | event |
CRITICAL_SECTION | crit_sec |
Definition at line 23 of file timer.c.
CRITICAL_SECTION timerCA::crit_sec |
Definition at line 27 of file timer.c.
Referenced by pg_timer_thread(), and setitimer().
HANDLE timerCA::event |
Definition at line 26 of file timer.c.
Referenced by pg_timer_thread(), and setitimer().
struct itimerval timerCA::value |
Definition at line 25 of file timer.c.
Referenced by pg_timer_thread(), and setitimer().