Searched refs:sigev_signo (Results 1 - 25 of 108) sorted by relevance

12345

/external/strace/
H A Dsigevent.h36 int sigev_signo; member in struct:__anon22010
H A Dprint_sigevent.c54 tprints("sigev_signo=");
59 tprints(signame(sev.sigev_signo));
62 tprintf("%u", sev.sigev_signo);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H A D16-1.c26 ev.sigev_signo = SIGALRM;
H A D3-1.c48 ev.sigev_signo = SIGTOTEST;
H A D9-1.c45 ev.sigev_signo = SIGTOTEST;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
H A D6-3.c30 ev.sigev_signo = SIGCONT;
H A D6-2.c33 ev.sigev_signo = SIGCONT;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
H A D6-2.c29 ev.sigev_signo = SIGCONT;
H A D6-3.c29 ev.sigev_signo = SIGCONT;
/external/strace/tests/
H A Dtimer_create.c51 .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/
H A Dtimer_create.c51 .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/
H A Dtimer_create.c51 .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/
H A D8-1.c42 notification.sigev_signo = SIGUSR1;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
H A D15-1.c37 ev.sigev_signo = SIGALRM;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
H A D2-1.c31 ev.sigev_signo = SIGCONT;
H A D2-2.c33 ev.sigev_signo = SIGCONT;
/external/ltp/testcases/kernel/timers/timer_create/
H A Dtimer_create02.c146 evp.sigev_signo = SIGALRM;
155 evp.sigev_signo = SIGALRM; /* any will do */
H A Dtimer_create03.c133 evp.sigev_signo = SIGALRM;
142 evp.sigev_signo = SIGALRM; /* any will do */
/external/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify02.c21 * 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/
H A Dtimer_getoverrun01.c58 ev.sigev_signo = SIGALRM;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D4-1.c48 se.sigev_signo = SIGUSR1;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/
H A D1-2.c36 ev.sigev_signo = SIGTOTEST;
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D8-1.c32 ev.sigev_signo = SIGCONT;
H A D8-3.c38 ev.sigev_signo = SIGCONT;
H A D8-4.c35 ev.sigev_signo = SIGCONT;

Completed in 372 milliseconds

12345