/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
H A D | 2-1.c | 18 struct sigevent sigevent; in main() local 20 memset(&sigevent, 0, sizeof(sigevent)); in main() 26 aiocb.aio_sigevent = sigevent; in main()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | neutrino.rs | 62 pub event: ::sigevent, 107 // pub ev: ::sigevent, 119 pub event: ::sigevent, 148 pub trigger: ::sigevent, 195 pub event: ::sigevent, // union 522 __ev: *const ::sigevent, in ChannelCreateExt() 888 pub fn MsgDeliverEvent(__rcvid: ::c_int, __event: *const ::sigevent) -> ::c_int; in MsgDeliverEvent() 889 pub fn MsgDeliverEvent_r(__rcvid: ::c_int, __event: *const ::sigevent) -> ::c_int; in MsgDeliverEvent_r() 890 pub fn MsgVerifyEvent(__rcvid: ::c_int, __event: *const ::sigevent) -> ::c_int; in MsgVerifyEvent() 891 pub fn MsgVerifyEvent_r(__rcvid: ::c_int, __event: *const ::sigevent) in MsgVerifyEvent() [all...] |
/third_party/rust/crates/nix/src/sys/ |
H A D | signal.rs | 18 pub use self::sigevent::*; 996 // Note: SIGEV_THREAD is not implemented because libc::sigevent does not 1024 mod sigevent { modules 1039 sigevent: libc::sigevent 1060 let mut sev = unsafe { mem::MaybeUninit::<libc::sigevent>::zeroed().assume_init() }; in new() 1092 SigEvent{sigevent: sev} in new() 1096 fn set_tid(sev: &mut libc::sigevent, sigev_notify: &SigevNotify) { in set_tid() 1104 fn set_tid(_sev: &mut libc::sigevent, _sigev_notify: &SigevNotify) { in set_tid() 1108 pub fn sigevent( functions [all...] |
H A D | aio.rs | 153 a.aio_sigevent = SigEvent::new(sigev_notify).sigevent(); in common_init() 188 self.aiocb.0.aio_sigevent = SigEvent::new(sigev_notify).sigevent(); in set_sigev_notify() 351 fn sigevent(&self) -> SigEvent; in sigevent() functions 386 fn sigevent(&self) -> SigEvent { in sigevent() functions 1183 let sigevp = &mut sigev.sigevent() as *mut libc::sigevent; in lio_listio()
|
H A D | timer.rs | 35 //! let sigevent = SigEvent::new(SigevNotify::SigevSignal { 40 //! let mut timer = Timer::new(clockid, sigevent).unwrap(); 72 /// of the signal and its handler are defined by the passed `sigevent`. 74 pub fn new(clockid: ClockId, mut sigevent: SigEvent) -> Result<Self> { in new() 80 sigevent.as_mut_ptr(), in new()
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
H A D | timer_create02.c | 15 * 1) Pass an invalid pointer for the sigevent structure parameter 18 * 4) Pass a sigevent with invalid sigev_notify 19 * 5) Pass a sigevent with invalid sigev_signo 29 static struct sigevent sig_ev = { 34 static struct sigevent sig_ev_inv_not = { 39 static struct sigevent sig_ev_inv_sig = { 48 struct sigevent *ev_ptr; 53 {CLOCK_REALTIME, NULL, &timer_id, EFAULT, "invalid sigevent struct"},
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | restrict-array.c | 4 struct sigevent; 8 int __nent, struct sigevent *__restrict __sig); 16 int __ent, struct sigevent *__restrict __sig);
|
/third_party/musl/src/aio/ |
H A D | lio_listio.c | 9 struct sigevent *sev; 41 static void notify_signal(struct sigevent *sev) in notify_signal() 56 struct sigevent *sev = st->sev; in wait_thread() 70 int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *restrict sev) in lio_listio()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | lio_listio.c | 9 struct sigevent *sev; 41 static void notify_signal(struct sigevent *sev) in notify_signal() 56 struct sigevent *sev = st->sev; in wait_thread() 70 int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *restrict sev) in lio_listio()
|
/third_party/musl/porting/linux/user/src/mq/ |
H A D | mq_notify.c | 13 const struct sigevent *sev; 33 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() 39 struct sigevent sev2; in mq_notify()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_aio.rs | 62 let sev = aiocb.sigevent().sigevent(); in test_accessors() 130 let sev = aiocb.sigevent().sigevent(); in test_accessors() 257 let sev = aiocb.sigevent().sigevent(); in test_accessors() 317 let sev = aiocb.sigevent().sigevent(); in test_accessors() 457 let sev = aiocb.sigevent().sigevent(); in test_accessors() [all...] |
/third_party/musl/src/mq/ |
H A D | mq_notify.c | 19 const struct sigevent *sev; 30 struct sigevent sev2; in start() 51 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify()
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
H A D | aio.h | 21 struct sigevent aio_sigevent; 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
H A D | aio.h | 21 struct sigevent aio_sigevent; 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
H A D | aio.h | 21 struct sigevent aio_sigevent; 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
|
H A D | time.h | 95 struct sigevent; 96 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
|
/third_party/musl/include/ |
H A D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
H A D | aio.h | 21 struct sigevent aio_sigevent; 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | mqueue.c | 13 T(struct sigevent) in f() 23 {int(*p)(mqd_t,const struct sigevent*) = mq_notify;} in f()
|
H A D | aio.c | 20 F(struct sigevent, aio_sigevent) in f() 40 {int(*p)(int,struct aiocb*restrict const[restrict],int,struct sigevent*restrict) = lio_listio;} in f()
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
H A D | timer_settime03.c | 58 struct sigevent sev; in setup() 60 memset(&sev, 0, sizeof(struct sigevent)); in setup()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | timer_settime.c | 47 struct sigevent sev; in timer_settime_0100() 101 struct sigevent sev; in timer_settime64_0100()
|