/external/rust/crates/nix/src/sys/ |
D | aio.rs | 246 sigev_notify: SigevNotify) -> AioCb<'a> { in from_fd() 247 let mut a = AioCb::common_init(fd, prio, sigev_notify); in from_fd() 318 prio: libc::c_int, sigev_notify: SigevNotify, in from_mut_slice() 320 let mut a = AioCb::common_init(fd, prio, sigev_notify); in from_mut_slice() 439 prio: libc::c_int, sigev_notify: SigevNotify, in from_boxed_slice() 441 let mut a = AioCb::common_init(fd, prio, sigev_notify); in from_boxed_slice() 505 prio: libc::c_int, sigev_notify: SigevNotify, in from_boxed_mut_slice() 507 let mut a = AioCb::common_init(fd, prio, sigev_notify); in from_boxed_mut_slice() 554 prio: libc::c_int, sigev_notify: SigevNotify, in from_mut_ptr() 556 let mut a = AioCb::common_init(fd, prio, sigev_notify); in from_mut_ptr() [all …]
|
/external/strace/tests/ |
D | timer_create.c | 50 .sigev_notify = 0xdefaced, in main() 61 sev.sigev_signo, sev.sigev_notify, in main() 64 sev.sigev_notify = SIGEV_NONE; in main() 74 sev.sigev_notify = SIGEV_SIGNAL; in main() 84 sev.sigev_notify = SIGEV_THREAD; in main() 104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
|
D | mq_sendrecv.c | 232 .sigev_notify = 0xdefaced, in main() 375 bogus_sev->sigev_signo, bogus_sev->sigev_notify, in main() 379 bogus_sev->sigev_notify = SIGEV_NONE; in main() 388 bogus_sev->sigev_notify = SIGEV_SIGNAL; in main() 397 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
|
/external/strace/tests-m32/ |
D | timer_create.c | 50 .sigev_notify = 0xdefaced, in main() 61 sev.sigev_signo, sev.sigev_notify, in main() 64 sev.sigev_notify = SIGEV_NONE; in main() 74 sev.sigev_notify = SIGEV_SIGNAL; in main() 84 sev.sigev_notify = SIGEV_THREAD; in main() 104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
|
D | mq_sendrecv.c | 232 .sigev_notify = 0xdefaced, in main() 375 bogus_sev->sigev_signo, bogus_sev->sigev_notify, in main() 379 bogus_sev->sigev_notify = SIGEV_NONE; in main() 388 bogus_sev->sigev_notify = SIGEV_SIGNAL; in main() 397 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
|
/external/strace/tests-mx32/ |
D | timer_create.c | 50 .sigev_notify = 0xdefaced, in main() 61 sev.sigev_signo, sev.sigev_notify, in main() 64 sev.sigev_notify = SIGEV_NONE; in main() 74 sev.sigev_notify = SIGEV_SIGNAL; in main() 84 sev.sigev_notify = SIGEV_THREAD; in main() 104 sev.sigev_notify = SIGEV_THREAD_ID; in main()
|
D | mq_sendrecv.c | 232 .sigev_notify = 0xdefaced, in main() 375 bogus_sev->sigev_signo, bogus_sev->sigev_notify, in main() 379 bogus_sev->sigev_notify = SIGEV_NONE; in main() 388 bogus_sev->sigev_notify = SIGEV_SIGNAL; in main() 397 bogus_sev->sigev_notify = SIGEV_THREAD; in main()
|
/external/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,
|
/external/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 …]
|
/external/strace/ |
D | print_sigevent.c | 55 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL() 66 printxval(sigev_value, sev.sigev_notify, "SIGEV_???"); in MPERS_PRINTER_DECL() 68 switch (sev.sigev_notify) { in MPERS_PRINTER_DECL()
|
D | sigevent.h | 37 int sigev_notify; member
|
/external/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},
|
/external/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()
|
/external/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 | 54 ev.sigev_notify = SIGEV_SIGNAL; in main() 100 ev.sigev_notify = SIGEV_SIGNAL; in main()
|
/external/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()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 10-1.c | 106 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 112 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 3-1.c | 106 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 112 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 2-1.c | 106 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 112 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 14-1.c | 117 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 123 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 4-1.c | 114 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 120 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 15-1.c | 111 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 117 event.sigev_notify = SIGEV_SIGNAL; in main()
|
D | 7-1.c | 111 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 117 event.sigev_notify = SIGEV_SIGNAL; in main()
|
/external/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()
|