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

/external/autotest/client/profilers/powertop/src/
H A Dprocess.c65 void do_kill(void) function
87 add_suggestion(comment, weight, 'K' , hotkey_string, do_kill);
/external/valgrind/none/tests/
H A Dasync-sigs.c37 static void do_kill(int pid, int sig) function
112 do_kill(pid, caughtsig); // Should be caught.
114 do_kill(pid, caughtsig); // Ditto.
115 do_kill(pid, caughtsig); // Ditto.
120 do_kill(pid, fatalsig); // Should kill it.
/external/e2fsprogs/misc/
H A Duuidd.c454 int debug = 0, do_type = 0, do_kill = 0, num = 0; local
471 do_kill++;
579 if (do_kill) {
581 if ((ret > 0) && ((do_kill = atoi((char *) buf)) > 0)) {
582 ret = kill(do_kill, SIGTERM);
587 "at pid %d: %s\n"), do_kill,
593 do_kill);

Completed in 398 milliseconds