#include <timer.h>

Data Fields | |
| struct timer_link | first_tl |
| enum lists | id |
| struct timer_link | last_tl |
| ser_lock_t * | mutex |
Definition at line 78 of file modules/tm/timer.h.
struct timer_link first_tl [read] |
Definition at line 80 of file modules/tm/timer.h.
Referenced by check_and_split_time_list(), insert_timer_unsafe(), print_timer_list(), reset_timer_list(), and unlink_timer_lists().
Definition at line 83 of file modules/tm/timer.h.
Referenced by check_and_split_time_list(), insert_timer_unsafe(), remove_timer_unsafe(), and tm_init_timers().
struct timer_link last_tl [read] |
Definition at line 81 of file modules/tm/timer.h.
Referenced by check_and_split_time_list(), insert_timer_unsafe(), print_timer_list(), remove_timer_unsafe(), reset_timer_list(), and unlink_timer_lists().
Definition at line 82 of file modules/tm/timer.h.
Referenced by check_and_split_time_list(), init_timerlist_lock(), set_1timer(), set_timer(), and unlink_timers().
1.5.6