Searched refs:do_kill (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/none/tests/
H A Dasync-sigs.c28 static void do_kill(int pid, int sig) function
103 do_kill(pid, caughtsig); // Should be caught.
105 do_kill(pid, caughtsig); // Ditto.
106 do_kill(pid, caughtsig); // Ditto.
111 do_kill(pid, fatalsig); // Should kill it.
/external/e2fsprogs/misc/
H A Duuidd.c452 int debug = 0, do_type = 0, do_kill = 0, num = 0; local
469 do_kill++;
577 if (do_kill) {
579 if ((ret > 0) && ((do_kill = atoi((char *) buf)) > 0)) {
580 ret = kill(do_kill, SIGTERM);
585 "at pid %d: %s\n"), do_kill,
591 do_kill);
/external/qemu/android/
H A Dconsole.c2879 do_kill( ControlClient client, char* args ) function
2906 do_kill, NULL },

Completed in 1021 milliseconds