Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Data Structures | |
struct | TimerHeap |
struct | Timerset |
struct | Timer |
Typedefs | |
typedef struct TimerHeap | TimerHeap |
typedef struct Timerset | Timerset |
Functions | |
static void | abort_elapsed (Timer *timer) |
static TimerHeap * | heap_create (void) |
static void | heap_destroy (TimerHeap *heap) |
static void | heap_delete (TimerHeap *heap, long index) |
static int | heap_adjust (TimerHeap *heap, long index) |
static void | heap_insert (TimerHeap *heap, Timer *timer) |
static void | heap_swap (TimerHeap *heap, long index1, long index2) |
static void | lock (Timerset *set) |
static void | unlock (Timerset *set) |
static void | watch_timers (void *arg) |
static void | elapse_timer (Timer *timer) |
void | timers_init (void) |
void | timers_shutdown (void) |
Timer * | gwtimer_create (List *outputlist) |
void | gwtimer_destroy (Timer *timer) |
void | gwtimer_start (Timer *timer, int interval, WAPEvent *event) |
void | gwtimer_stop (Timer *timer) |
Variables | |
static Timerset * | timers |
static int | initialized = 0 |
|
static |
Definition at line 338 of file timers.c.
References debug(), Timer::elapsed_event, gwlist_delete_equal(), Timer::output, WAPEvent::type, wap_event_destroy(), and wap_event_name().
Referenced by gwtimer_start(), and gwtimer_stop().
|
static |
Definition at line 514 of file timers.c.
References debug(), Timer::elapsed_event, Timer::elapses, Timer::event, gw_assert(), gwlist_produce(), Timer::output, timers, WAPEvent::type, wap_event_duplicate(), and wap_event_name().
Referenced by watch_timers().
Definition at line 224 of file timers.c.
References Timer::elapsed_event, Timer::elapses, Timer::event, gw_assert(), gwlist_add_producer(), Timer::index, initialized, and Timer::output.
void gwtimer_destroy | ( | Timer * | timer | ) |
Definition at line 241 of file timers.c.
References Timer::event, gw_assert(), gwlist_remove_producer(), gwtimer_stop(), initialized, Timer::output, and wap_event_destroy().
Definition at line 254 of file timers.c.
References abort_elapsed(), Timer::elapses, Timer::event, gw_assert(), gwthread_wakeup(), Timerset::heap, heap_adjust(), heap_insert(), Timer::index, initialized, interval, lock(), TimerHeap::tab, Timerset::thread, timers, unlock(), and wap_event_destroy().
Referenced by start_initiator_timer_R(), start_timer_A(), start_timer_R(), and start_timer_W().
void gwtimer_stop | ( | Timer * | timer | ) |
Definition at line 299 of file timers.c.
References abort_elapsed(), Timer::elapses, gw_assert(), Timerset::heap, heap_delete(), Timer::index, initialized, lock(), TimerHeap::tab, timers, and unlock().
Referenced by gwtimer_destroy(), stop_initiator_timer(), and timers_shutdown().
|
static |
Definition at line 446 of file timers.c.
References Timer::elapses, gw_assert(), heap_swap(), TimerHeap::len, and TimerHeap::tab.
Referenced by gwtimer_start(), heap_delete(), and heap_insert().
|
static |
Definition at line 357 of file timers.c.
References TimerHeap::len, TimerHeap::size, and TimerHeap::tab.
Referenced by timers_init().
|
static |
Definition at line 383 of file timers.c.
References gw_assert(), heap_adjust(), heap_swap(), Timer::index, TimerHeap::len, and TimerHeap::tab.
Referenced by gwtimer_stop(), and watch_timers().
|
static |
Definition at line 369 of file timers.c.
References TimerHeap::tab.
Referenced by timers_shutdown().
Definition at line 403 of file timers.c.
References heap_adjust(), Timer::index, TimerHeap::len, TimerHeap::size, and TimerHeap::tab.
Referenced by gwtimer_start().
|
static |
Definition at line 420 of file timers.c.
References gw_assert(), Timer::index, and TimerHeap::tab.
Referenced by heap_adjust(), and heap_delete().
|
static |
Definition at line 320 of file timers.c.
References gw_assert(), and mutex_lock.
Referenced by gwtimer_start(), gwtimer_stop(), and watch_timers().
void timers_init | ( | void | ) |
Definition at line 184 of file timers.c.
References gwthread_create, Timerset::heap, heap_create(), initialized, Timerset::mutex, mutex_create, Timerset::stopping, Timerset::thread, timers, and watch_timers().
Referenced by wtp_initiator_init(), and wtp_resp_init().
void timers_shutdown | ( | void | ) |
Definition at line 196 of file timers.c.
References gwthread_join(), gwthread_wakeup(), gwtimer_stop(), Timerset::heap, heap_destroy(), initialized, TimerHeap::len, Timerset::mutex, mutex_destroy(), Timerset::stopping, TimerHeap::tab, Timerset::thread, timers, and warning().
Referenced by wtp_initiator_shutdown(), and wtp_resp_shutdown().
|
static |
Definition at line 326 of file timers.c.
References gw_assert(), and mutex_unlock.
Referenced by gwtimer_start(), gwtimer_stop(), and watch_timers().
|
static |
Definition at line 532 of file timers.c.
References elapse_timer(), gwthread_sleep(), heap_delete(), lock(), and unlock().
Referenced by timers_init().
|
static |
Definition at line 166 of file timers.c.
Referenced by gwtimer_create(), gwtimer_destroy(), gwtimer_start(), gwtimer_stop(), timers_init(), and timers_shutdown().
|
static |
Definition at line 160 of file timers.c.
Referenced by elapse_timer(), gwtimer_start(), gwtimer_stop(), timers_init(), and timers_shutdown().