HomeSort by relevance Sort by last modified time
    Searched full:sigalrm (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /external/strace/strace/linux/alpha/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/mips/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/sparc/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/sparc64/
signalent.h 15 "SIGALRM", /* 14 */
signalent2.h 15 "SIGALRM", /* 14 */
  /external/strace/linux/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/hppa/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/powerpc/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/s390/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/s390x/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/sh/
signalent.h 15 "SIGALRM", /* 14 */
  /external/strace/strace/linux/
signalent.h 15 "SIGALRM", /* 14 */
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_fatal.c 73 #ifdef SIGALRM
74 /* Set SIGALRM to be ignored -- necessary on Solaris */
75 sigaction(SIGALRM, NULL, &action);
78 sigaction(SIGALRM, &action, NULL);
  /external/strace/strace/linux/ia64/
signalent.h 15 "SIGALRM", /* 14 */
  /external/openssl/crypto/des/
speed.c 122 #ifdef SIGALRM
132 signal(SIGALRM,sig_done);
188 #ifndef SIGALRM
200 #ifndef SIGALRM
225 signal(SIGALRM,sig_done);
237 #ifdef SIGALRM
254 #ifdef SIGALRM
271 #ifdef SIGALRM
292 #ifdef SIGALRM
  /external/qemu/android/utils/
system.h 104 ** since QEMU uses SIGALRM pretty extensively, having a system call returning
117 ** the following can be used to block SIGALRM for a given period of time.
118 ** use with caution, the QEMU execution loop uses SIGALRM extensively
  /external/openssl/crypto/rc4/
rc4speed.c 117 #ifdef SIGALRM
127 signal(SIGALRM,sig_done);
184 #ifndef SIGALRM
193 #ifndef SIGALRM
215 signal(SIGALRM,sig_done);
232 #ifdef SIGALRM
  /external/bluetooth/bluez/compat/
msdun.c 116 osig = signal(SIGALRM, sig_alarm);
125 signal(SIGALRM, osig);
  /external/dropbear/
common-chansession.c 30 {SIGALRM, "ALRM"},
  /external/openssl/crypto/rc2/
rc2speed.c 117 #ifdef SIGALRM
127 signal(SIGALRM,sig_done);
184 #ifndef SIGALRM
193 #ifndef SIGALRM
216 signal(SIGALRM,sig_done);
233 #ifdef SIGALRM
253 #ifdef SIGALRM
  /bionic/libc/kernel/arch-arm/asm/
signal.h 36 #define SIGALRM 14
  /bionic/libc/kernel/arch-sh/asm/
signal.h 37 #define SIGALRM 14
  /bionic/libc/kernel/arch-x86/asm/
signal.h 41 #define SIGALRM 14
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 36 #define SIGALRM 14
  /development/ndk/platforms/android-5/arch-x86/include/asm/
signal.h 41 #define SIGALRM 14

Completed in 424 milliseconds

1 2 3 4 5 6 7