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

/external/kernel-headers/original/asm-arm/
H A Dsignal.h46 #define SIGTERM 15 macro
/external/kernel-headers/original/asm-mips/
H A Dsignal.h40 #define SIGTERM 15 /* Termination (ANSI). */ 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/kernel-headers/original/asm-x86/
H A Dsignal.h58 #define SIGTERM 15 macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java275 public static final int SIGTERM = placeholder(); field in class:OsConstants

Completed in 296 milliseconds