/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/ |
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() 65 if (nt->sigev_notify == SIGEV_THREAD_ID) in run() 69 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/musl/src/time/ |
D | timer_create.c | 10 int sigev_notify; member 73 switch (evp ? evp->sigev_notify : SIGEV_SIGNAL) { in timer_create() 80 ksev.sigev_notify = evp->sigev_notify; in timer_create() 81 if (evp->sigev_notify == SIGEV_THREAD_ID) in timer_create() 116 ksev.sigev_notify = SIGEV_THREAD_ID; in timer_create()
|
/external/rust/android-crates-io/crates/nix/src/sys/ |
D | aio.rs | 147 sigev_notify: SigevNotify, in common_init() 156 a.aio_sigevent = SigEvent::new(sigev_notify).sigevent(); in common_init() 187 fn set_sigev_notify(&mut self, sigev_notify: SigevNotify) { in set_sigev_notify() 192 self.aiocb.0.aio_sigevent = SigEvent::new(sigev_notify).sigevent(); in set_sigev_notify() 466 sigev_notify: SigevNotify, in new() 468 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); in new() 586 sigev_notify: SigevNotify, in new() 588 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); in new() 705 sigev_notify: SigevNotify, in new() 707 let mut aiocb = AioCb::common_init(fd, prio, sigev_notify); in new() [all …]
|
D | signal.rs | 1221 pub sigev_notify: libc::c_int, 1230 ds.field("sigev_notify", &self.sigev_notify) 1235 match self.sigev_notify { 1255 let mut equals = self.sigev_notify == other.sigev_notify; 1260 match self.sigev_notify { 1281 self.sigev_notify.hash(s); 1286 match self.sigev_notify { 1327 pub fn new(sigev_notify: SigevNotify) -> SigEvent { 1329 match sigev_notify { 1331 sev.sigev_notify = libc::SIGEV_NONE; [all …]
|
/external/trusty/musl/src/time/ |
D | timer_create.c | 8 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()
|
/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()
|
/external/sandboxed-api/sandboxed_api/sandbox2/testcases/ |
D | posix_timers.cc | 47 sev.sigev_notify = SIGEV_THREAD; in main() 53 sev.sigev_notify = SIGEV_SIGNAL; in main() 56 sev.sigev_notify = SIGEV_NONE; in main() 58 sev.sigev_notify = SIGEV_THREAD_ID; in main()
|
/external/ltp/lib/ |
D | tlibio.c | 607 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_write_buffer() 684 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_write_buffer() 694 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK; in lio_write_buffer() 704 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_write_buffer() 1183 aiocbp.aio_sigevent.sigev_notify = SIGEV_NONE; in lio_read_buffer() 1260 aiocbp.aio_sigevent.sigev_notify = SIGEV_SIGNAL; in lio_read_buffer() 1267 aiocbp.aio_sigevent.sigev_notify = SIGEV_CALLBACK; in lio_read_buffer() 1277 aiocbp.aio_sigevent.sigev_notify = SIGEV_THREAD; in lio_read_buffer() 1697 if (aiocbp->aio_sigevent.sigev_notify == SIGEV_SIGNAL) 1710 (aiocbp->aio_sigevent.sigev_notify == [all …]
|
/external/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify02.c | 22 {{.sigev_notify = -1}, EINVAL}, 23 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG + 1}, EINVAL},
|
/external/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()
|
/external/trusty/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()
|
/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/trusty/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()
|
/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 | 57 ev.sigev_notify = SIGEV_SIGNAL; in main() 112 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/musl/src/mq/ |
D | mq_notify.c | 30 sev2.sigev_notify = SIGEV_THREAD; in start() 55 if (!sev || sev->sigev_notify != SIGEV_THREAD) in mq_notify()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 3-1.c | 107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main() 113 event.sigev_notify = SIGEV_SIGNAL; in main()
|