Home
last modified time | relevance | path

Searched refs:SIGEV_SIGNAL (Results 1 - 25 of 135) sorted by relevance

123456

/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c46 .notify = SIGEV_SIGNAL,
112 case SIGEV_SIGNAL: in do_test()
169 if (str_debug && tc->notify == SIGEV_SIGNAL) { in do_test()
H A Dmq_notify02.c23 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG + 1}, EINVAL},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c108 se.sigev_notify = SIGEV_SIGNAL; in parent_process()
179 se.sigev_notify = SIGEV_SIGNAL; in child_process()
195 se.sigev_notify = SIGEV_SIGNAL; in child_process()
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/timers/
H A Dtwoevtimers.c65 ev1.sigev_notify = SIGEV_SIGNAL; in main()
67 ev2.sigev_notify = SIGEV_SIGNAL; in main()
H A Dtwoptimers.c57 ev.sigev_notify = SIGEV_SIGNAL; in main()
112 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dtimer_settime.c50 sev.sigev_notify = SIGEV_SIGNAL; in timer_settime_0100()
104 sev.sigev_notify = SIGEV_SIGNAL; in timer_settime64_0100()
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c73 switch (evp ? evp->sigev_notify : SIGEV_SIGNAL) { in timer_create()
75 case SIGEV_SIGNAL: in timer_create()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D10-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
H A D3-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
H A D14-1.c118 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
124 event.sigev_notify = SIGEV_SIGNAL; in main()
H A D15-1.c112 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
118 event.sigev_notify = SIGEV_SIGNAL; in main()
H A D4-1.c115 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
121 event.sigev_notify = SIGEV_SIGNAL; in main()
H A D7-1.c112 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
118 event.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/musl/src/time/
H A Dtimer_create.c122 switch (evp ? evp->sigev_notify : SIGEV_SIGNAL) { in timer_create()
124 case SIGEV_SIGNAL: in timer_create()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D4-1.c112 aiocbs[i].aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
122 event.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/lib/
H A Dtlibio.c684 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_write_buffer()
1260 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_read_buffer()
1697 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1711 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1820 SIGEV_SIGNAL ? "signal" : aiocbp->aio_sigevent.
1832 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) {
1835 ("DEBUG %s/%d: aio_suspend received EINTR, sigev_notify=SIGEV_SIGNAL -- ok\n",
1843 SIGEV_SIGNAL ? "signal" : aiocbp->
1899 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1902 printf("DEBUG %s/%d: sigev_notify != SIGEV_SIGNAL\
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
H A D16-1.c25 ev.sigev_notify = SIGEV_SIGNAL; in main()
H A D3-1.c47 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
H A D6-3.c29 ev.sigev_notify = SIGEV_SIGNAL; in main()
H A D6-2.c32 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/speculative/
H A D6-2.c28 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/kernel/syscalls/timer_create/
H A Dtimer_create03.c12 * field being set to (SIGEV_SIGNAL | SIGEV_THREAD_ID).
39 evp.sigev_notify = SIGEV_SIGNAL | RANDOM_UNUSED_NUMBER; in run()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
H A D15-1.c36 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_gettime/
H A D2-1.c30 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
H A D8-1.c41 notification.sigev_notify = SIGEV_SIGNAL; in main()

Completed in 8 milliseconds

123456