Home
last modified time | relevance | path

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

123456

/external/rust/crates/nix/src/sys/
Daio.rs246 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 …]
Dsignal.rs853 pub fn new(sigev_notify: SigevNotify) -> SigEvent { in new()
858 sev.sigev_notify = match sigev_notify { in new()
870 sev.sigev_signo = match sigev_notify { in new()
878 sev.sigev_value.sival_ptr = match sigev_notify { in new()
886 SigEvent::set_tid(&mut sev, &sigev_notify); in new()
891 fn set_tid(sev: &mut libc::sigevent, sigev_notify: &SigevNotify) { in set_tid()
892 sev.sigev_notify_thread_id = match *sigev_notify { in set_tid()
/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()
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,
/external/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 …]
/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/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify02.c37 {{.sigev_notify = -1}, EINVAL},
38 {{.sigev_notify = SIGEV_SIGNAL, .sigev_signo = _NSIG+1}, EINVAL},
/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/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.c54 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/
D5-1.c87 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/
D10-1.c106 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
112 event.sigev_notify = SIGEV_SIGNAL; in main()
D3-1.c106 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
112 event.sigev_notify = SIGEV_SIGNAL; in main()
D14-1.c117 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
123 event.sigev_notify = SIGEV_SIGNAL; in main()
D15-1.c111 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
117 event.sigev_notify = SIGEV_SIGNAL; in main()
D2-1.c106 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
112 event.sigev_notify = SIGEV_SIGNAL; in main()
D7-1.c111 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
117 event.sigev_notify = SIGEV_SIGNAL; in main()
D4-1.c114 aiocbs[i]->aio_sigevent.sigev_notify = SIGEV_SIGNAL; in main()
120 event.sigev_notify = SIGEV_SIGNAL; in main()
/external/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()

123456