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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigdelset/
1-4.c 6 2) Add the SIGALRM signal to the empty signal set and verify.
7 3) Remove the SIGALRM signal from the signal set and verify removed.
22 if (sigaddset(&signalset, SIGALRM) == 0) {
23 if (sigismember(&signalset, SIGALRM) == 0) {
32 if (sigdelset(&signalset, SIGALRM) == 0) {
33 if (sigismember(&signalset, SIGALRM) == 1) {
42 sigdelset(&signalset, SIGALRM);
43 if (sigismember(&signalset, SIGALRM) == 0) {
1-1.c 13 * 2) Add the SIGALRM signal to the empty signal set.
14 * 3) Verify that SIGALRM is a member of the signal set.
15 * 4) Remove the SIGALRM signal from the signal set.
16 * 5) Verify that SIGALRM is not a member of the signal set.
31 if (sigaddset(&signalset, SIGALRM) == -1) {
36 if (sigismember(&signalset, SIGALRM) != 1) {
41 if (sigdelset(&signalset, SIGALRM) == -1) {
46 if (sigismember(&signalset, SIGALRM) == 0) {
1-2.c 13 * 2) Add the SIGALRM signal to the empty signal set.
14 * 3) Verify that SIGALRM is a member of the signal set.
15 * 4) Remove the SIGALRM signal from the signal set.
16 * 5) Verify that SIGALRM is not a member of the signal set.
31 if (sigaddset(&signalset, SIGALRM) == -1) {
36 if (sigismember(&signalset, SIGALRM) != 1) {
41 if (sigdelset(&signalset, SIGALRM) == -1) {
46 if (sigismember(&signalset, SIGALRM) == 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaddset/
2-1.c 23 if (sigaddset(&signalset, SIGALRM) == 0) {
24 if (sigismember(&signalset, SIGALRM) == 1) {
1-1.c 13 * 2) Add the SIGALRM signal to the empty signal set.
14 * 3) Verify that SIGALRM is a member of the signal set.
29 if (sigaddset(&signalset, SIGALRM) == 0) {
30 if (sigismember(&signalset, SIGALRM) == 1) {
1-2.c 13 * 2) Add the SIGALRM signal to the empty signal set.
14 * 3) Verify that SIGALRM is a member of the signal set.
29 if (sigaddset(&signalset, SIGALRM) == 0) {
30 if (sigismember(&signalset, SIGALRM) == 1) {
  /external/ltp/lib/tests/
tst_strsig.c 33 fprintf(stderr, "SIGALRM = %s\n", tst_strsig(SIGALRM));
tst_process_state.c 52 signal(SIGALRM, handler);
69 kill(pid, SIGALRM);
  /external/valgrind/gdbserver_tests/
nlpasssigalrm.stderr.exp 7 ok: 1st SIGALRM received
8 ok: 2nd SIGALRM received
  /external/ltp/testcases/open_posix_testsuite/stress/signals/
sigismember_stress_1.c 23 returnval = sigismember(&signalset, SIGALRM);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
6-1.c 14 both SIGABRT and SIGALRM
16 pthread_sigmask's first parameter, unblock SIGALRM. Now only SIGABRT
18 4. Raise SIGALRM, and verify that handler was called, otherwise
25 - A value of 0 if both SIGALRM was successfully blocked.
49 sigaddset(&set1, SIGALRM);
52 sigaddset(&set2, SIGALRM);
64 if (sigaction(SIGALRM, &act, 0) == -1) {
82 if (raise(SIGALRM) == -1) {
117 if (sigismember(&pending_set, SIGALRM) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
28-2.c 24 * -> register a signal handler for SIGALRM with signal().
65 if (signal(SIGALRM, handler_1) == SIG_ERR) {
85 ret = sigaction(SIGALRM, &sa, &save);
93 ret = raise(SIGALRM);
106 ret = sigaction(SIGALRM, &save, 0);
114 ret = raise(SIGALRM);
2-19.c 14 1. Call sigaction to set handler for SIGALRM to use handler1
15 2. Call sigaction again to set handler for SIGALRM to use handler2,
42 if (sigaction(SIGALRM, &act, 0) == -1) {
50 if (sigaction(SIGALRM, &act, &oact) == -1) {
2-2.c 14 1. Call sigaction to set handler for SIGALRM to use handler1
15 2. Call sigaction again to set handler for SIGALRM to use handler2,
42 if (sigaction(SIGALRM, &act, 0) == -1) {
50 if (sigaction(SIGALRM, &act, &oact) == -1) {
  /external/ltp/testcases/kernel/syscalls/ssetmask/
ssetmask01.c 115 ltp_syscall(__NR_ssetmask, SIGALRM);
117 if (TEST_RETURN != SIGALRM) {
122 if (TEST_RETURN != SIGALRM) {
126 tst_resm(TPASS, "Got SIGALRM--Test PASS ");
  /external/strace/tests/
kill.c 49 if (sigaction(SIGALRM, &act, NULL))
54 sigaddset(&mask, SIGALRM);
59 long rc = syscall(__NR_kill, pid, (long) 0xdefaced00000000ULL | SIGALRM);
60 printf("kill(%d, SIGALRM) = %ld\n", pid, rc);
pause.c 51 if (sigaction(SIGALRM, &act, NULL))
56 sigaddset(&mask, SIGALRM);
  /external/strace/tests-m32/
kill.c 49 if (sigaction(SIGALRM, &act, NULL))
54 sigaddset(&mask, SIGALRM);
59 long rc = syscall(__NR_kill, pid, (long) 0xdefaced00000000ULL | SIGALRM);
60 printf("kill(%d, SIGALRM) = %ld\n", pid, rc);
pause.c 51 if (sigaction(SIGALRM, &act, NULL))
56 sigaddset(&mask, SIGALRM);
  /external/strace/tests-mx32/
kill.c 49 if (sigaction(SIGALRM, &act, NULL))
54 sigaddset(&mask, SIGALRM);
59 long rc = syscall(__NR_kill, pid, (long) 0xdefaced00000000ULL | SIGALRM);
60 printf("kill(%d, SIGALRM) = %ld\n", pid, rc);
pause.c 51 if (sigaction(SIGALRM, &act, NULL))
56 sigaddset(&mask, SIGALRM);
  /external/ltp/testcases/kernel/syscalls/alarm/
alarm01.c 160 signal(SIGALRM, trapper);
175 signal(SIGALRM, trapper);
alarm06.c 27 * SIGALRM should not be received.
46 if (sig == SIGALRM)
52 SAFE_SIGNAL(SIGALRM, sigproc);
64 /* Wait for signal SIGALRM */
  /external/chromium-trace/catapult/devil/devil/android/
device_signal.py 24 SIGALRM = 14 # Alarm clock
  /external/libmojo/third_party/catapult/devil/devil/android/
device_signal.py 24 SIGALRM = 14 # Alarm clock

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011>>