HomeSort by relevance Sort by last modified time
    Searched refs:do_kill (Results 1 - 4 of 4) sorted by null

  /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 452 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);
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 812 static int do_kill(int id, int portable_signum, int (*fn)(int, int)) function
851 rv = do_kill(pgrp, portable_signum, REAL(killpg));
867 rv = do_kill(pid, portable_signum, REAL(kill));
    [all...]
  /external/qemu/android/
console.c 2879 do_kill( ControlClient client, char* args ) function
    [all...]

Completed in 245 milliseconds