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

  /external/libnl/tests/
test-cache-mngr.c 24 static void sigint(int arg) function
36 signal(SIGINT, sigint);
  /external/valgrind/main/coregrind/
vgdb.c 656 static int sigint = 0; variable
668 if (signum == SIGINT)
669 sigint++;
718 /* SIGINT: when user types C-c in gdb, this sends
719 a SIGINT to vgdb + causes a character to be sent to remote gdbserver.
721 if (sigaction (SIGINT, &action, &oldaction) != 0)
722 XERROR (errno, "vgdb error sigaction SIGINT\n");
724 reporting this SIGINT E.g. behave similarly to the gdb: two
756 DEBUG(1, "nr received signals: sigint %d sigterm %d sighup %d sigpipe %d\n",
757 sigint, sigterm, sighup, sigpipe)
    [all...]

Completed in 41 milliseconds