Home
last modified time | relevance | path

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

12345678

/external/strace/tests-m32/
Dtimer_create.c50 .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()
Dmq_sendrecv.c232 .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/
Dtimer_create.c50 .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()
Dmq_sendrecv.c232 .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/
Dtimer_create.c50 .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()
Dmq_sendrecv.c232 .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/
Dtimer_create01.c34 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()
Dtimer_create02.c30 .sigev_notify = SIGEV_NONE,
35 .sigev_notify = INT_MAX,
40 .sigev_notify = SIGEV_SIGNAL,
/external/musl/src/time/
Dtimer_create.c10 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/
Daio.rs147 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 …]
Dsignal.rs1221 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/
Dtimer_create.c8 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/
Dprint_sigevent.c55 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/
Dposix_timers.cc47 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/
Dtlibio.c607 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/
Dmq_notify02.c22 {{.sigev_notify = -1}, EINVAL},
23 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG + 1}, EINVAL},
/external/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()
/external/trusty/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()
/external/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()
/external/trusty/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()
/external/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()
/external/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()
/external/musl/src/mq/
Dmq_notify.c30 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/
D3-1.c107 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
113 event.sigev_notify = SIGEV_SIGNAL; in main()

12345678