Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/ltp/testcases/kernel/syscalls/timer_create/
Dtimer_create01.c34 int sigev_notify; member
60 evp.sigev_notify = nt->sigev_notify; in run()
75 if (nt->sigev_notify == SIGEV_THREAD_ID) in run()
79 nt->sigev_notify ? &evp : NULL, in run()
Dtimer_create02.c30 .sigev_notify = SIGEV_NONE,
35 .sigev_notify = INT_MAX,
40 .sigev_notify = SIGEV_SIGNAL,
/third_party/musl/src/time/
Dtimer_create.c9 int sigev_notify; member
83 switch (evp ? evp->sigev_notify : SIGEV_SIGNAL) { in timer_create()
89 ksev.sigev_notify = evp->sigev_notify; in timer_create()
118 ksev.sigev_notify = 4; /* SIGEV_THREAD_ID */ in timer_create()
/third_party/ltp/lib/
Dtlibio.c603 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_write_buffer()
680 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_write_buffer()
690 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK; in lio_write_buffer()
700 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer()
1174 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_read_buffer()
1251 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_read_buffer()
1258 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK; in lio_read_buffer()
1268 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer()
1687 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL)
1700 (aiocbp->aio_sigevent.sigev_notify ==
[all …]
/third_party/musl/porting/liteos_a/user/src/aio/
Dlio_listio.c59 switch (sev->sigev_notify) { in wait_thread()
82 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio()
122 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
/third_party/musl/src/aio/
Dlio_listio.c58 switch (sev->sigev_notify) { in wait_thread()
79 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio()
119 if (sev->sigev_notify == SIGEV_THREAD) { in lio_listio()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify02.c37 {{.sigev_notify = -1}, EINVAL},
38 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG+1}, EINVAL},
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
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/
Dtwoevtimers.c65 ev1.sigev_notify = SIGEV_SIGNAL; in main()
67 ev2.sigev_notify = SIGEV_SIGNAL; in main()
Dtwoptimers.c57 ev.sigev_notify = SIGEV_SIGNAL; in main()
112 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/musl/src/mq/
Dmq_notify.c41 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
62 sev2.sigev_notify = SIGEV_THREAD; in mq_notify()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimer_settime.c50 sev.sigev_notify = SIGEV_SIGNAL; in timer_settime_0100()
104 sev.sigev_notify = SIGEV_SIGNAL; in timer_settime64_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D5-1.c87 aiocb[i]->aio_sigevent.sigev_notify = SIGEV_NONE; in main()
131 (aiocb[i]->aio_sigevent.sigev_notify != in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
D10-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
D3-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
D15-1.c112 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
118 event.sigev_notify = SIGEV_SIGNAL; in main()
D2-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()
D7-1.c112 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
118 event.sigev_notify = SIGEV_SIGNAL; in main()
D4-1.c115 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
121 event.sigev_notify = SIGEV_SIGNAL; in main()
D14-1.c118 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
124 event.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
D4-1.c112 aiocbs[i].aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
122 event.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/musl/porting/liteos_a/user/src/mq/
Dmq_notify.c11 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/
D16-1.c25 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/
D6-3.c29 ev.sigev_notify = SIGEV_SIGNAL; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/
D8-1.c41 notification.sigev_notify = SIGEV_SIGNAL; in main()

12345