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

1 2 3 4 5 6 7 8 9

  /external/strace/
sigevent.h 36 int sigev_signo; member in struct:__anon31892
print_sigevent.c 54 tprints("sigev_signo=");
59 tprints(signame(sev.sigev_signo));
62 tprintf("%u", sev.sigev_signo);
  /external/strace/mpers-m32/
struct_sigevent.h 9 int32_t sigev_signo; member in struct:__anon31668
  /external/strace/mpers-mx32/
struct_sigevent.h 9 int32_t sigev_signo; member in struct:__anon31827
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
16-1.c 26 ev.sigev_signo = SIGALRM;
3-1.c 48 ev.sigev_signo = SIGTOTEST;
9-1.c 45 ev.sigev_signo = SIGTOTEST;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
6-3.c 30 ev.sigev_signo = SIGCONT;
6-2.c 33 ev.sigev_signo = SIGCONT;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
6-2.c 29 ev.sigev_signo = SIGCONT;
6-3.c 29 ev.sigev_signo = SIGCONT;
  /external/strace/tests/
timer_create.c 51 .sigev_signo = 0xfacefeed,
57 "sival_ptr=%#lx}, sigev_signo=%u, "
61 sev.sigev_signo, sev.sigev_notify,
68 "sival_ptr=%#lx}, sigev_signo=%u, sigev_notify=SIGEV_NONE}, "
72 sev.sigev_signo, tid[0]);
75 sev.sigev_signo = SIGALRM;
79 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
109 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
  /external/strace/tests-m32/
timer_create.c 51 .sigev_signo = 0xfacefeed,
57 "sival_ptr=%#lx}, sigev_signo=%u, "
61 sev.sigev_signo, sev.sigev_notify,
68 "sival_ptr=%#lx}, sigev_signo=%u, sigev_notify=SIGEV_NONE}, "
72 sev.sigev_signo, tid[0]);
75 sev.sigev_signo = SIGALRM;
79 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
109 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
  /external/strace/tests-mx32/
timer_create.c 51 .sigev_signo = 0xfacefeed,
57 "sival_ptr=%#lx}, sigev_signo=%u, "
61 sev.sigev_signo, sev.sigev_notify,
68 "sival_ptr=%#lx}, sigev_signo=%u, sigev_notify=SIGEV_NONE}, "
72 sev.sigev_signo, tid[0]);
75 sev.sigev_signo = SIGALRM;
79 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
92 "sival_ptr=%#lx}, sigev_signo=SIGALRM, sigev_notify=SIGEV_THREAD"
109 "sival_ptr=%#lx}, sigev_signo=SIGALRM, "
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
8-1.c 42 notification.sigev_signo = SIGUSR1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
15-1.c 37 ev.sigev_signo = SIGALRM;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
2-1.c 31 ev.sigev_signo = SIGCONT;
2-2.c 33 ev.sigev_signo = SIGCONT;
  /external/ltp/testcases/kernel/timers/timer_create/
timer_create02.c 146 evp.sigev_signo = SIGALRM;
155 evp.sigev_signo = SIGALRM; /* any will do */
timer_create03.c 133 evp.sigev_signo = SIGALRM;
142 evp.sigev_signo = SIGALRM; /* any will do */
  /external/ltp/testcases/kernel/syscalls/mq_notify/
mq_notify02.c 21 * sevp->sigev_notify = SIGEV_SIGNAL and sevp->sigev_signo > _NSG,
38 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG+1}, EINVAL},
  /external/ltp/testcases/kernel/syscalls/timer_getoverrun/
timer_getoverrun01.c 58 ev.sigev_signo = SIGALRM;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
4-1.c 48 se.sigev_signo = SIGUSR1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
1-2.c 36 ev.sigev_signo = SIGTOTEST;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
8-1.c 32 ev.sigev_signo = SIGCONT;

Completed in 321 milliseconds

1 2 3 4 5 6 7 8 9