Searched refs:SIGINT (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dsystem.c67 intsave = signal(SIGINT, SIG_IGN);
71 (void)signal(SIGINT, intsave);
/bionic/libc/include/sys/
H A D_sigdefs.h39 __BIONIC_SIGDEF(SIGINT, "Interrupt")
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsignal.h27 #define SIGINT 2 macro
/bionic/libc/kernel/uapi/asm-generic/
H A Dsignal.h27 #define SIGINT 2 macro
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dsignal.h32 #define SIGINT 2 macro
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsignal.h32 #define SIGINT 2 macro
/bionic/tests/
H A Dgtest_main.cpp101 "running tests, or send SIGINT to the parent process to stop testing and\n"
577 sigaddset(&waiting_mask, SIGINT);
600 } else if (signo == SIGINT) {
608 // SIGINT kills the parent process as well.
756 sigaddset(&block_mask, SIGINT);

Completed in 174 milliseconds