/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
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/ |
D | neutrino.rs | 62 pub event: ::sigevent, 119 pub event: ::sigevent, 148 pub trigger: ::sigevent, 195 pub event: ::sigevent, // union 522 __ev: *const ::sigevent, in ChannelCreateExt() argument 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) -> ::c_int; in MsgVerifyEvent_r() 892 pub fn MsgRegisterEvent(__event: *mut ::sigevent, __coid: ::c_int) -> ::c_int; in MsgRegisterEvent() argument [all …]
|
/third_party/ltp/testcases/kernel/syscalls/timer_create/ |
D | timer_create02.c | 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;
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict-array.c | 4 struct sigevent; 8 int __nent, struct sigevent *__restrict __sig); 16 int __ent, struct sigevent *__restrict __sig);
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
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 *rest… in lio_listio()
|
/third_party/musl/src/aio/ |
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 *rest… in lio_listio()
|
/third_party/rust/crates/nix/src/sys/ |
D | signal.rs | 18 pub use self::sigevent::*; 1024 mod sigevent { module 1039 sigevent: libc::sigevent 1060 let mut sev = unsafe { mem::MaybeUninit::<libc::sigevent>::zeroed().assume_init() }; 1092 SigEvent{sigevent: sev} 1096 fn set_tid(sev: &mut libc::sigevent, sigev_notify: &SigevNotify) { 1104 fn set_tid(_sev: &mut libc::sigevent, _sigev_notify: &SigevNotify) { 1108 pub fn sigevent(&self) -> libc::sigevent { 1109 self.sigevent 1113 pub fn as_mut_ptr(&mut self) -> *mut libc::sigevent { [all …]
|
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() method 386 fn sigevent(&self) -> SigEvent { 1183 let sigevp = &mut sigev.sigevent() as *mut libc::sigevent; in lio_listio()
|
D | timer.rs | 74 pub fn new(clockid: ClockId, mut sigevent: SigEvent) -> Result<Self> { in new() 80 sigevent.as_mut_ptr(), in new()
|
/third_party/rust/crates/nix/test/sys/ |
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()
|
/third_party/musl/porting/linux/user/src/mq/ |
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/musl/src/mq/ |
D | mq_notify.c | 16 const struct sigevent *sev; 37 int mq_notify(mqd_t mqd, const struct sigevent *sev) in mq_notify() 51 struct sigevent sev2; in mq_notify()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
D | aio.h | 21 struct sigevent aio_sigevent; 50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
|
D | time.h | 95 struct sigevent; 96 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
|
/third_party/musl/include/ |
D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
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/ |
D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
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/uniproton/kernel/include/ |
D | mqueue.h | 20 struct sigevent; 24 int mq_notify(mqd_t, const struct sigevent *);
|
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/ |
D | mqueue.c | 13 T(struct sigevent) in f() 23 {int(*p)(mqd_t,const struct sigevent*) = mq_notify;} in f()
|
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/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
D | timer_test.cpp | 48 struct sigevent se_; 151 struct sigevent sev; 176 sigevent sev;
|
/third_party/ltp/testcases/kernel/syscalls/timer_settime/ |
D | timer_settime03.c | 58 struct sigevent sev; in setup() 60 memset(&sev, 0, sizeof(struct sigevent)); in setup()
|