File util/watch_kill.c


Included Files


Type struct kill_pid


Local Variables

kill_list
static struct List kill_list
Used in:

done_init
static int done_init

Used in:

Global Function check_kills()

int check_kills ( FILE* fp )
Prototyped in:
Calls:
Called by:
References Functions:
References Variables:

Global Function kill_pid()

int kill_pid ( pid_t thispid, int in_shared, FILE* fp )
Prototyped in:
Calls:
Called by:
References Variables:

Local Function Init_Kill_List()

static void Init_Kill_List ( void )
Calls:
Called by:
References Variables:

Local Function check_a_kill()

static void check_a_kill ( struct kill_pid* killp, FILE* fp )
Calls:
Called by:
Used in:

Local Function check_tlimit()

static void check_tlimit ( struct kill_pid* killp, int* iptr )
Calls:
Used in:

Local Function find_kill()

static struct kill_pid* find_kill ( pid_t pid )
Calls:
Called by:
References Variables:

Local Function free_killer()

static int free_killer ( struct kill_pid* thisone )
Calls:
Called by:

Local Function new_kill()

static struct kill_pid* new_kill ( pid_t pid, int in_shared )
Calls:
Called by: