Searched refs:do_kill (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/none/tests/ |
D | async-sigs.c | 37 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/ |
D | uuidd.c | 452 int debug = 0, do_type = 0, do_kill = 0, num = 0; in main() local 469 do_kill++; in main() 577 if (do_kill) { in main() 579 if ((ret > 0) && ((do_kill = atoi((char *) buf)) > 0)) { in main() 580 ret = kill(do_kill, SIGTERM); in main() 585 "at pid %d: %s\n"), do_kill, in main() 591 do_kill); in main()
|
/external/autotest/client/profilers/powertop/src/ |
D | process.c | 65 void do_kill(void) in do_kill() function 87 add_suggestion(comment, weight, 'K' , hotkey_string, do_kill); in suggest_process_death()
|