Searched defs:SIGALRM (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Dsignal.h45 #define SIGALRM 14 macro
/external/kernel-headers/original/asm-mips/
H A Dsignal.h39 #define SIGALRM 14 /* Alarm clock (POSIX). */ macro
/external/kernel-headers/original/asm-x86/
H A Dsignal.h57 #define SIGALRM 14 macro
/external/openssl/apps/
H A Dspeed.c278 #ifdef SIGALRM
288 signal(SIGALRM,sig_done);
301 #if !defined(SIGALRM)
302 #define SIGALRM macro
1257 #ifndef SIGALRM
1492 # error "You cannot disable DES on systems without SIGALRM."
1498 signal(SIGALRM,sig_done);
1500 #endif /* SIGALRM */
2580 #ifdef SIGALRM
2598 #ifdef SIGALRM
[all...]
/external/netperf/
H A Dnetlib.c117 #define SIGALRM (14) macro
784 case SIGALRM:
852 if (i != SIGALRM) {
871 #define SIGALRM (14)
961 sigaddset(&(action.sa_mask),SIGALRM);
971 if (sigaction(SIGALRM, &action, NULL) < 0) {
863 #define SIGALRM macro
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java255 public static final int SIGALRM = placeholder(); field in class:OsConstants

Completed in 267 milliseconds