HomeSort by relevance Sort by last modified time
    Searched refs:SIGINT (Results 51 - 75 of 626) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
13-1.c 19 (0 == SIGINT) ||
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-61.c 10 that attempting to add SIGKILL to the signal mask of SIGINT will
33 if (sigaction(SIGINT, &act, 0) == -1) {
4-87.c 10 that attempting to add SIGSTOP to the signal mask of SIGINT will
33 if (sigaction(SIGINT, &act, 0) == -1) {
19-9.c 25 * -> register a handler for SIGINT with SA_SIGINFO, and a known function
27 * -> raise SIGINT, and check the function has been called.
54 if (info->si_signo != SIGINT) {
88 /* Install the signal handler for SIGINT */
89 ret = sigaction(SIGINT, &sa, 0);
102 ret = raise(SIGINT);
105 perror("Failed to raise SIGINT");
17-9.c 10 errno set to EINTR if a handler for the SIGINT signal is setup with
32 printf("Caught SIGINT\n");
48 sigaction(SIGINT, &act, 0);
67 process sending the SIGINT signal, and the
82 kill(pid, SIGINT);
  /device/linaro/bootloader/edk2/StdLib/Include/
signal.h 53 #define SIGINT __SigInt ///< receipt of an interactive attention signal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 34 #define SIGINT 2 /* Interrupt (ANSI). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 34 #define SIGINT 2 /* Interrupt (ANSI). */
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
system.c 68 sigaction(SIGINT, NULL, &intsave);
74 sigaction(SIGINT, &intsave, NULL);
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
multi_ebb_procs_test.c 34 if (sigaction(SIGINT, &sigint_action, NULL)) {
100 kill(pids[i], SIGINT);
  /external/ltp/testcases/kernel/syscalls/nanosleep/
nanosleep02.c 96 SAFE_KILL(NULL, cpid, SIGINT);
143 if (signal(SIGINT, sig_handler) == SIG_ERR) {
nanosleep03.c 85 SAFE_KILL(NULL, cpid, SIGINT);
139 if (signal(SIGINT, sig_handler) == SIG_ERR) {
  /external/ltp/testcases/kernel/syscalls/pause/
pause02.c 80 * Send the SIGINT signal now, so that child
83 kill(cpid, SIGINT);
99 tst_resm(TFAIL, "Timeout: SIGINT wasn't recieved by child");
124 if (signal(SIGINT, sig_handle) == SIG_ERR) {
  /external/okhttp/okhttp-ws-tests/
fuzzingserver-test.sh 17 trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT
  /external/strace/tests/
rt_sigpending.c 114 sigaddset(libc_set, SIGINT);
117 raise(SIGINT);
sigpending.c 84 sigaddset(libc_set, SIGINT);
87 raise(SIGINT);
  /external/strace/tests-m32/
rt_sigpending.c 114 sigaddset(libc_set, SIGINT);
117 raise(SIGINT);
sigpending.c 84 sigaddset(libc_set, SIGINT);
87 raise(SIGINT);
  /external/strace/tests-mx32/
rt_sigpending.c 114 sigaddset(libc_set, SIGINT);
117 raise(SIGINT);
sigpending.c 84 sigaddset(libc_set, SIGINT);
87 raise(SIGINT);
  /external/valgrind/memcheck/tests/solaris/
door_kill.c 69 if (sigaction(SIGINT, &sa, NULL)) {
86 if (_lwp_kill(server_lwpid, SIGINT)) {
  /external/valgrind/none/tests/solaris/
sigresend.c 38 /* Establish a SIGINT handler. */
45 if (sigaction(SIGINT, &sa, NULL)) {
59 if (syscall(SYS_sigresend, SIGINT, NULL, &block)) {
  /bionic/libc/private/
bionic_sigdefs.h 39 __BIONIC_SIGDEF(SIGINT, "Interrupt")
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
sleeper.c 35 /* Without arguments, send a SIGINT to ourself so that gdb can
38 kill(getpid(), SIGINT);
  /external/e2fsprogs/lib/ss/
listen.c 45 signal(SIGINT, listen_int_handler);
65 sigaddset(&igmask, SIGINT);
68 sig_int = signal(SIGINT, listen_int_handler);
124 (void) signal(SIGINT, sig_int);

Completed in 457 milliseconds

1 23 4 5 6 7 8 91011>>