Home
last modified time | relevance | path

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

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