Home
last modified time | relevance | path

Searched refs:sigev_signo (Results 1 – 25 of 119) sorted by relevance

12345

/external/strace/tests/
Dtimer_create.c51 .sigev_signo = 0xfacefeed, in main()
61 sev.sigev_signo, sev.sigev_notify, in main()
72 sev.sigev_signo, tid[0]); in main()
75 sev.sigev_signo = SIGALRM; in main()
Dmq_sendrecv.c233 .sigev_signo = 0xfacefeed, in main()
375 bogus_sev->sigev_signo, bogus_sev->sigev_notify, in main()
385 bogus_sev->sigev_signo, sprintrc(rc)); in main()
389 bogus_sev->sigev_signo = SIGALRM; in main()
/external/strace/tests-m32/
Dtimer_create.c51 .sigev_signo = 0xfacefeed, in main()
61 sev.sigev_signo, sev.sigev_notify, in main()
72 sev.sigev_signo, tid[0]); in main()
75 sev.sigev_signo = SIGALRM; in main()
Dmq_sendrecv.c233 .sigev_signo = 0xfacefeed, in main()
375 bogus_sev->sigev_signo, bogus_sev->sigev_notify, in main()
385 bogus_sev->sigev_signo, sprintrc(rc)); in main()
389 bogus_sev->sigev_signo = SIGALRM; in main()
/external/strace/tests-mx32/
Dtimer_create.c51 .sigev_signo = 0xfacefeed, in main()
61 sev.sigev_signo, sev.sigev_notify, in main()
72 sev.sigev_signo, tid[0]); in main()
75 sev.sigev_signo = SIGALRM; in main()
Dmq_sendrecv.c233 .sigev_signo = 0xfacefeed, in main()
375 bogus_sev->sigev_signo, bogus_sev->sigev_notify, in main()
385 bogus_sev->sigev_signo, sprintrc(rc)); in main()
389 bogus_sev->sigev_signo = SIGALRM; in main()
/external/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create02.c31 .sigev_signo = SIGALRM,
36 .sigev_signo = SIGALRM,
41 .sigev_signo = INT_MAX,
Dtimer_create01.c33 int sigev_signo; member
59 evp.sigev_signo = nt->sigev_signo; in run()
/external/strace/
Dprint_sigevent.c59 tprints(signame(sev.sigev_signo)); in MPERS_PRINTER_DECL()
62 tprintf("%u", sev.sigev_signo); in MPERS_PRINTER_DECL()
Dsigevent.h36 int sigev_signo; member
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoevtimers.c66 ev1.sigev_signo = SIGABRT; in main()
68 ev2.sigev_signo = SIGALRM; in main()
Dtwoptimers.c55 ev.sigev_signo = SIGABRT; in main()
101 ev.sigev_signo = SIGALRM; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D10-1.c107 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
113 event.sigev_signo = SIGRTMIN + 2; in main()
D3-1.c107 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
113 event.sigev_signo = SIGRTMIN + 2; in main()
D2-1.c107 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
113 event.sigev_signo = SIGRTMIN + 2; in main()
D14-1.c118 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
124 event.sigev_signo = SIGRTMIN + 2; in main()
D4-1.c115 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
121 event.sigev_signo = SIGRTMIN + 2; in main()
D15-1.c112 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
118 event.sigev_signo = SIGRTMIN + 2; in main()
D7-1.c112 aiocbs[i]->aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
118 event.sigev_signo = SIGRTMIN + 2; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D4-1.c113 aiocbs[i].aio_sigevent.sigev_signo = SIGRTMIN + 1; in main()
123 event.sigev_signo = SIGRTMIN + 2; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c109 se.sigev_signo = SIGUSR1; in parent_process()
196 se.sigev_signo = 0; in child_process()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D16-1.c26 ev.sigev_signo = SIGALRM; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
D6-3.c30 ev.sigev_signo = SIGCONT; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
D8-1.c42 notification.sigev_signo = SIGUSR1; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
D6-2.c29 ev.sigev_signo = SIGCONT; in main()

12345