Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
volatile sig_atomic_t | stopping |
Mutex * | mutex |
TimerHeap * | heap |
long | thread |
Definition at line 93 of file gw-timer.c.
TimerHeap * Timerset::heap |
Definition at line 110 of file gw-timer.c.
Referenced by gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_elapsed_stop(), gw_timer_elapsed_stop_cb(), gw_timer_start(), gw_timer_stop(), gwtimer_start(), gwtimer_stop(), timers_init(), and timers_shutdown().
Mutex * Timerset::mutex |
Definition at line 105 of file gw-timer.c.
Referenced by timers_init(), and timers_shutdown().
volatile sig_atomic_t Timerset::stopping |
Definition at line 98 of file gw-timer.c.
Referenced by timers_init(), and timers_shutdown().
long Timerset::thread |
Definition at line 115 of file gw-timer.c.
Referenced by gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_start(), gwtimer_start(), timers_init(), and timers_shutdown().