/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create01.c | 34 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()
|
D | timer_create02.c | 30 .sigev_notify = SIGEV_NONE, 35 .sigev_notify = INT_MAX, 40 .sigev_notify = SIGEV_SIGNAL,
|
/third_party/musl/src/time/ |
D | timer_create.c | 9 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/ |
D | tlibio.c | 603 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/ |
D | lio_listio.c | 59 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/ |
D | lio_listio.c | 58 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/ |
D | mq_notify02.c | 37 {{.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/ |
D | 2-1.c | 108 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/ |
D | twoevtimers.c | 65 ev1.sigev_notify = SIGEV_SIGNAL; in main() 67 ev2.sigev_notify = SIGEV_SIGNAL; in main()
|
D | twoptimers.c | 57 ev.sigev_notify = SIGEV_SIGNAL; in main() 112 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/third_party/musl/src/mq/ |
D | mq_notify.c | 41 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/ |
D | timer_settime.c | 50 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/ |
D | 5-1.c | 87 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/ |
D | 10-1.c | 107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 113 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 3-1.c | 107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 113 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 15-1.c | 112 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 118 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 2-1.c | 107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 113 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 7-1.c | 112 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 118 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 4-1.c | 115 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 121 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 14-1.c | 118 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/ |
D | 4-1.c | 112 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/ |
D | mq_notify.c | 11 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
D | 16-1.c | 25 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_getoverrun/speculative/ |
D | 6-3.c | 29 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
D | 8-1.c | 41 notification.sigev_notify = SIGEV_SIGNAL; in main()
|