Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

Timerset Struct Reference

Collaboration diagram for Timerset:

Collaboration graph
[legend]

Data Fields

volatile sig_atomic_t stopping
Mutexmutex
TimerHeapheap
long thread

Field Documentation

TimerHeap* Timerset::heap
 

Definition at line 107 of file timers.c.

Referenced by gwtimer_start(), gwtimer_stop(), timers_init(), timers_shutdown(), and watch_timers().

Mutex* Timerset::mutex
 

Definition at line 102 of file timers.c.

Referenced by lock(), timers_init(), timers_shutdown(), and unlock().

volatile sig_atomic_t Timerset::stopping
 

Definition at line 95 of file timers.c.

Referenced by timers_init(), timers_shutdown(), and watch_timers().

long Timerset::thread
 

Definition at line 112 of file timers.c.

Referenced by gwtimer_start(), timers_init(), and timers_shutdown().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.