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

TimerHeap Struct Reference

Collaboration diagram for TimerHeap:

Collaboration graph
[legend]

Data Fields

Timer ** tab
long len
long size

Field Documentation

long TimerHeap::len
 

Definition at line 85 of file timers.c.

Referenced by heap_adjust(), heap_delete(), heap_insert(), timers_shutdown(), and watch_timers().

long TimerHeap::size
 

Definition at line 86 of file timers.c.

Referenced by heap_insert().

Timer** TimerHeap::tab
 

Definition at line 84 of file timers.c.

Referenced by gwtimer_start(), gwtimer_stop(), heap_adjust(), heap_create(), heap_delete(), heap_destroy(), heap_insert(), heap_swap(), timers_shutdown(), and watch_timers().


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.