
Go to the source code of this file.
Data Structures | |
| struct | timer_link |
| struct | timer_list |
Functions | |
| void | destroy_kill (void) |
| int | initialize_kill (void) |
| int | schedule_to_kill (int pid) |
Variables | |
| unsigned int | time_to_kill |
| void destroy_kill | ( | void | ) |
Definition at line 159 of file kill.c.
References kill_lock, and time_to_kill.
Referenced by exec_shutdown().
| int initialize_kill | ( | void | ) |
Definition at line 135 of file kill.c.
References timer_list::first_tl, kill_list, kill_lock, timer_list::last_tl, LM_DBG, LM_ERR, timer_link::next_tl, timer_link::prev_tl, register_timer(), timer_link::time_out, time_to_kill, and timer_routine().
Referenced by mod_init().
| int schedule_to_kill | ( | int | pid | ) |
Definition at line 115 of file kill.c.
References get_ticks(), kill_list, timer_list::last_tl, LM_ERR, lock, timer_link::next_tl, timer_link::pid, timer_link::prev_tl, shm_malloc(), timer_link::time_out, time_to_kill, and unlock.
| unsigned int time_to_kill |
Definition at line 46 of file exec_mod.c.
Referenced by destroy_kill(), exec_shutdown(), initialize_kill(), mod_init(), and schedule_to_kill().
1.5.6