Home
last modified time | relevance | path

Searched refs:SIGEV_SIGNAL (Results 1 – 25 of 115) sorted by relevance

12345

/external/strace/xlat/
Dsigev_value.h6 #if defined(SIGEV_SIGNAL) || (defined(HAVE_DECL_SIGEV_SIGNAL) && HAVE_DECL_SIGEV_SIGNAL)
8 static_assert((SIGEV_SIGNAL) == (0), "SIGEV_SIGNAL != 0");
11 # define SIGEV_SIGNAL 0
47 XLAT(SIGEV_SIGNAL),
Dsigev_value.in1 SIGEV_SIGNAL 0
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
D2-1.c107 se.sigev_notify = SIGEV_SIGNAL; in parent_process()
178 se.sigev_notify = SIGEV_SIGNAL; in child_process()
194 se.sigev_notify = SIGEV_SIGNAL; in child_process()
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c58 .notify = SIGEV_SIGNAL,
124 case SIGEV_SIGNAL: in do_test()
181 if (str_debug && tc->notify == SIGEV_SIGNAL) { in do_test()
/external/ltp/testcases/open_posix_testsuite/functional/timers/timers/
Dtwoevtimers.c65 ev1.sigev_notify = SIGEV_SIGNAL; in main()
67 ev2.sigev_notify = SIGEV_SIGNAL; in main()
Dtwoptimers.c54 ev.sigev_notify = SIGEV_SIGNAL; in main()
100 ev.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D3-1.c103 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
109 event.sigev_notify = SIGEV_SIGNAL; in main()
D10-1.c103 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
109 event.sigev_notify = SIGEV_SIGNAL; in main()
D7-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
D15-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
D14-1.c113 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
119 event.sigev_notify = SIGEV_SIGNAL; in main()
D2-1.c102 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
108 event.sigev_notify = SIGEV_SIGNAL; in main()
D4-1.c110 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
116 event.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/lib/
Dtlibio.c680 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_write_buffer()
1251 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_read_buffer()
1687 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1701 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1810 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1822 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) {
1833 SIGEV_SIGNAL ? "signal" : aiocbp->
1889 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1906 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D4-1.c110 aiocbs[i].aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
120 event.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D16-1.c25 ev.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
D6-3.c29 ev.sigev_notify = SIGEV_SIGNAL; in main()
D6-2.c32 ev.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
D8-1.c41 notification.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
D6-2.c28 ev.sigev_notify = SIGEV_SIGNAL; in main()
D6-3.c28 ev.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
D15-1.c36 ev.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
D2-1.c30 ev.sigev_notify = SIGEV_SIGNAL; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/speculative/
D12-2.c37 ev.sigev_notify = SIGEV_SIGNAL; in main()
D12-3.c35 ev.sigev_notify = SIGEV_SIGNAL; in main()

12345