HomeSort by relevance Sort by last modified time
    Searched refs:SIGALRM (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stderr.exp 7 ok: 1st SIGALRM received
8 ok: 2nd SIGALRM received
nlpasssigalrm.stdoutB.exp 4 SIGALRM Yes Yes Yes Alarm clock
6 Program received signal SIGALRM, Alarm clock.
9 SIGALRM No No Yes Alarm clock
passsigalrm.c 32 if (sigaction (SIGALRM, &sa, NULL) != 0)
34 if (kill(getpid(), SIGALRM) != 0)
38 fprintf (stderr, "ok: 1st SIGALRM received\n");
43 if (kill(getpid(), SIGALRM) != 0)
47 fprintf (stderr, "ok: 2nd SIGALRM received\n");
  /bionic/tests/
signal_test.cpp 118 ASSERT_EQ(SIGALRM, signal_number);
121 raise(SIGALRM);
126 ScopedSignalHandler ssh(SIGALRM, raise_in_signal_handler_helper);
127 raise(SIGALRM);
131 ASSERT_EQ(SIGALRM, signal_number);
135 ScopedSignalHandler ssh(SIGALRM, HandleSIGALRM);
139 sigaddset(&wait_set, SIGALRM);
147 ASSERT_EQ(SIGALRM, received_signal);
157 // Block SIGALRM.
160 sigaddset(&just_SIGALRM, SIGALRM);
    [all...]
  /external/lldb/test/functionalities/signal/
main.c 20 signal (SIGALRM, handler_alrm);
  /external/valgrind/memcheck/tests/
post-syscall.c 26 signal(SIGALRM, handler);
  /external/valgrind/none/tests/s390x/
ex_sig.c 36 signal(SIGALRM, handle_SIG);
test_sig.c 53 sigaction(SIGALRM, &sa, NULL);
56 kill(getpid(), SIGALRM);
  /external/lldb/tools/debugserver/source/
SysSignal.cpp 40 case SIGALRM: return "SIGALRM"; // 14 alarm clock
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 47 #define SIGALRM 14 /* Alarm clock (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
signum.h 47 #define SIGALRM 14 /* Alarm clock (POSIX). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
signum.h 47 #define SIGALRM 14 /* Alarm clock (POSIX). */
  /external/toybox/toys/other/
timeout.c 48 xsignal(SIGALRM, handler);
69 xsignal(SIGALRM, handler);
  /external/valgrind/drd/tests/
sigalrm.c 72 sigaction(SIGALRM, &sa, 0);
83 // And send SIGALRM to the thread.
84 pthread_kill(threadid, SIGALRM);
  /bionic/libc/include/sys/
_sigdefs.h 52 __BIONIC_SIGDEF(SIGALRM, "Alarm clock")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
signal.h 43 #define SIGALRM 14 /* alarm clock */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 46 __BIONIC_SIGDEF(SIGALRM,14,"Alarm clock")

Completed in 1074 milliseconds

1 2 3 4 5 6 7 8 910