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 |
Definition at line 91 of file gw-timer.c.
|
static |
Definition at line 583 of file gw-timer.c.
References Timer::elapsed_data, gwlist_delete_equal(), and Timer::output.
Referenced by gw_timer_break(), gw_timer_start(), and gw_timer_stop().
|
static |
Definition at line 753 of file gw-timer.c.
References Timer::callback, Timer::data, Timer::elapsed_data, Timer::elapses, gw_assert(), gwlist_produce(), Timer::output, and Timer::timerset.
Referenced by watch_timers().
Definition at line 501 of file gw-timer.c.
References abort_elapsed(), Timer::elapses, gw_assert(), gwlist_append(), gwlist_create, heap_delete(), Timer::index, lock(), and unlock().
Definition at line 255 of file gw-timer.c.
References Timer::callback, Timer::data, Timer::elapsed_data, Timer::elapses, gwlist_add_producer(), Timer::index, Timer::output, and Timer::timerset.
Referenced by main(), retry_consumer_thread(), and url_result_thread().
void* gw_timer_data | ( | Timer * | timer | ) |
Definition at line 538 of file gw-timer.c.
References Timer::data, and gw_assert().
void gw_timer_destroy | ( | Timer * | timer | ) |
Definition at line 273 of file gw-timer.c.
References gw_timer_stop(), gwlist_remove_producer(), and Timer::output.
void gw_timer_elapsed_destroy | ( | Timer * | timer | ) |
Definition at line 284 of file gw-timer.c.
References gw_timer_elapsed_stop(), gwlist_remove_producer(), and Timer::output.
Referenced by gw_timerset_elapsed_destroy(), http_queue_thread(), and timer_consumer_thread().
void gw_timer_elapsed_destroy_cb | ( | Timer * | timer | ) |
Definition at line 295 of file gw-timer.c.
References gw_timer_elapsed_stop_cb(), gwlist_remove_producer(), and Timer::output.
Referenced by timer_retry_cb().
void gw_timer_elapsed_start | ( | Timer * | timer, |
int | interval, | ||
void * | data | ||
) |
Definition at line 352 of file gw-timer.c.
References Timer::data, Timer::elapsed_data, Timer::elapses, gw_assert(), gwthread_wakeup(), Timerset::heap, heap_adjust(), heap_insert(), Timer::index, interval, lock(), TimerHeap::tab, Timerset::thread, Timer::timerset, and unlock().
Referenced by main(), retry_consumer_thread(), timer_consumer_thread(), and url_result_thread().
void gw_timer_elapsed_start_cb | ( | Timer * | timer, |
int | interval, | ||
void * | data | ||
) |
Definition at line 399 of file gw-timer.c.
References Timer::data, Timer::elapsed_data, Timer::elapses, gw_assert(), gwthread_wakeup(), Timerset::heap, heap_adjust(), heap_insert(), Timer::index, interval, TimerHeap::tab, Timerset::thread, and Timer::timerset.
void gw_timer_elapsed_stop | ( | Timer * | timer | ) |
Definition at line 462 of file gw-timer.c.
References Timer::elapsed_data, Timer::elapses, gw_assert(), Timerset::heap, heap_delete(), Timer::index, lock(), TimerHeap::tab, Timer::timerset, and unlock().
Referenced by gw_timer_elapsed_destroy().
void gw_timer_elapsed_stop_cb | ( | Timer * | timer | ) |
Definition at line 483 of file gw-timer.c.
References Timer::elapsed_data, Timer::elapses, gw_assert(), Timerset::heap, heap_delete(), Timer::index, TimerHeap::tab, and Timer::timerset.
Referenced by gw_timer_elapsed_destroy_cb().
void gw_timer_start | ( | Timer * | timer, |
int | interval, | ||
void * | data | ||
) |
Definition at line 306 of file gw-timer.c.
References abort_elapsed(), Timer::data, Timer::elapses, gw_assert(), gwthread_wakeup(), Timerset::heap, heap_adjust(), heap_insert(), Timer::index, interval, lock(), TimerHeap::tab, Timerset::thread, Timer::timerset, and unlock().
void gw_timer_stop | ( | Timer * | timer | ) |
Definition at line 442 of file gw-timer.c.
References abort_elapsed(), Timer::elapses, gw_assert(), Timerset::heap, heap_delete(), Timer::index, lock(), TimerHeap::tab, Timer::timerset, and unlock().
Referenced by gw_timer_destroy(), and gw_timerset_destroy().
long gw_timerset_count | ( | Timerset * | set | ) |
Timerset* gw_timerset_create | ( | void | ) |
Definition at line 190 of file gw-timer.c.
References gwthread_create, heap_create(), mutex_create, and watch_timers().
Referenced by main().
void gw_timerset_destroy | ( | Timerset * | set | ) |
Definition at line 203 of file gw-timer.c.
References gw_timer_stop(), gwthread_join(), gwthread_wakeup(), heap_destroy(), and mutex_destroy().
Referenced by main().
void gw_timerset_elapsed_destroy | ( | Timerset * | set | ) |
Definition at line 223 of file gw-timer.c.
References gw_timer_elapsed_destroy(), gwthread_join(), gwthread_wakeup(), heap_destroy(), and mutex_destroy().
|
static |
Definition at line 685 of file gw-timer.c.
References Timer::elapses, gw_assert(), heap_swap(), TimerHeap::len, and TimerHeap::tab.
Referenced by gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), gw_timer_start(), heap_delete(), and heap_insert().
|
static |
Definition at line 596 of file gw-timer.c.
References TimerHeap::len, TimerHeap::size, and TimerHeap::tab.
Referenced by gw_timerset_create().
|
static |
Definition at line 622 of file gw-timer.c.
References gw_assert(), heap_adjust(), heap_swap(), Timer::index, TimerHeap::len, and TimerHeap::tab.
Referenced by gw_timer_break(), gw_timer_elapsed_stop(), gw_timer_elapsed_stop_cb(), gw_timer_stop(), and watch_timers().
|
static |
Definition at line 608 of file gw-timer.c.
References TimerHeap::tab.
Referenced by gw_timerset_destroy(), and gw_timerset_elapsed_destroy().
Definition at line 642 of file gw-timer.c.
References heap_adjust(), Timer::index, TimerHeap::len, TimerHeap::size, and TimerHeap::tab.
Referenced by gw_timer_elapsed_start(), gw_timer_elapsed_start_cb(), and gw_timer_start().
|
static |
Definition at line 659 of file gw-timer.c.
References gw_assert(), Timer::index, and TimerHeap::tab.
Referenced by heap_adjust(), and heap_delete().
|
static |
Definition at line 563 of file gw-timer.c.
References gw_assert(), and mutex_lock.
Referenced by gw_timer_break(), gw_timer_elapsed_start(), gw_timer_elapsed_stop(), gw_timer_start(), gw_timer_stop(), gw_timerset_count(), and watch_timers().
|
static |
Definition at line 569 of file gw-timer.c.
References gw_assert(), and mutex_unlock.
Referenced by gw_timer_break(), gw_timer_elapsed_start(), gw_timer_elapsed_stop(), gw_timer_start(), gw_timer_stop(), gw_timerset_count(), and watch_timers().
|
static |
Definition at line 772 of file gw-timer.c.
References elapse_timer(), gwthread_sleep(), heap_delete(), lock(), and unlock().
Referenced by gw_timerset_create().