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

/external/chromium_org/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/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h201 #define SIGTERM 1 macro
212 #define SIGTERM 6 macro
243 #define SIGTERM 15 /* software termination signal from kill */ macro
/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/oprofile/daemon/
H A Dopd_perfmon.c144 kill(getppid(), SIGTERM); local
197 if (sigaction(SIGTERM, &act, NULL)) {
198 perror("oprofiled: install of SIGTERM handler failed");
361 sigdelset(&sigmask, SIGTERM);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc78 const int SIGTERM = 15; variable
1700 // We do not detect errno spoiling for SIGTERM,
1701 // because some SIGTERM handlers do spoil errno but reraise SIGTERM,
1707 if (flags()->report_bugs && !sync && sig != SIGTERM && errno != 99) {

Completed in 192 milliseconds