
Data Fields | |
| unsigned int | flags |
| struct sr_timer_process * | next |
| struct sr_timer * | timer_list |
| struct sr_timer * | utimer_list |
Definition at line 53 of file timer.c.
| unsigned int flags |
Definition at line 54 of file timer.c.
Referenced by new_timer_process_list(), and start_timer_processes().
struct sr_timer_process* next [read] |
Definition at line 57 of file timer.c.
Referenced by count_timer_procs(), new_timer_process_list(), and start_timer_processes().
struct sr_timer* timer_list [read] |
Definition at line 55 of file timer.c.
Referenced by count_timer_procs(), register_timer(), register_timer_process(), run_timer_process(), and start_timer_processes().
struct sr_timer* utimer_list [read] |
Definition at line 56 of file timer.c.
Referenced by count_timer_procs(), register_utimer(), run_timer_process(), and start_timer_processes().
1.5.6