/external/valgrind/main/none/tests/ |
async-sigs.c | 28 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/ |
uuidd.c | 449 int debug = 0, do_type = 0, do_kill = 0, num = 0; local 466 do_kill++; 571 if (do_kill) { 573 if ((ret > 0) && ((do_kill = atoi((char *) buf)) > 0)) { 574 ret = kill(do_kill, SIGTERM); 579 "at pid %d: %s\n"), do_kill, 585 do_kill);
|
/development/ndk/sources/android/libportable/arch-mips/ |
signal.c | 805 static int do_kill(int id, int portable_signum, int (*fn)(int, int)) function 844 rv = do_kill(pgrp, portable_signum, REAL(killpg)); 860 rv = do_kill(pid, portable_signum, REAL(kill)); 876 rv = do_kill(tid, portable_signum, REAL(tkill)); [all...] |
/external/qemu/android/ |
console.c | 2919 do_kill( ControlClient client, char* args ) function [all...] |