Searched defs:SIGTERM (Results 1 - 11 of 11) sorted by relevance

/external/v8/tools/testrunner/server/
H A Ddaemon.py13 from signal import SIGTERM namespace
125 os.kill(pid, SIGTERM)
/external/libunwind/tests/
H A Dtest-setjmp.c159 sigaction (SIGTERM, (struct sigaction *) &act, NULL);
248 kill (getpid (), SIGTERM); local
272 kill (getpid (), SIGTERM); local
H A DGtest-bt.c224 if (sigaction (SIGTERM, &act, NULL) < 0)
229 kill (getpid (), SIGTERM); local
244 if (sigaction (SIGTERM, &act, NULL) < 0)
246 kill (getpid (), SIGTERM); local
256 signal (SIGTERM, SIG_DFL);
H A DGtest-trace.c238 if (sigaction (SIGTERM, &act, NULL) < 0)
243 kill (getpid (), SIGTERM); local
258 if (sigaction (SIGTERM, &act, NULL) < 0)
260 kill (getpid (), SIGTERM); local
271 signal (SIGTERM, SIG_DFL);
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c76 #ifdef SIGTERM
77 DEFINE_ENTRY(SIGTERM)
427 kill(getpid(), SIGTERM); local
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h32 #define SIGTERM 15 macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h25 #define SIGTERM 15 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h39 #define SIGTERM 15 /* Termination (ANSI). */ macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h37 #define SIGTERM 15 macro
/external/openssh/
H A Dreadconf.c461 signal(SIGTERM, SIG_DFL);
462 kill(getpid(), SIGTERM); local
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc101 const int SIGTERM = 15; variable
1979 // We do not detect errno spoiling for SIGTERM,
1980 // because some SIGTERM handlers do spoil errno but reraise SIGTERM,
1986 if (flags()->report_bugs && !sync && sig != SIGTERM && errno != 99) {

Completed in 431 milliseconds