Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
D2-1.c18 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/
Dneutrino.rs62 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/
Dtimer_create02.c29 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/
Drestrict-array.c4 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/
Dlio_listio.c9 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/
Dlio_listio.c9 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/
Dsignal.rs18 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 …]
Daio.rs153 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()
Dtimer.rs74 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/
Dtest_aio.rs62 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/
Dmq_notify.c13 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/
Dmq_notify.c16 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/
Dmqueue.h20 struct sigevent;
24 int mq_notify(mqd_t, const struct sigevent *);
Daio.h21 struct sigevent aio_sigevent;
50 int lio_listio(int, struct aiocb *__restrict const *__restrict, int, struct sigevent *__restrict);
Dtime.h95 struct sigevent;
96 int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
/third_party/musl/include/
Dmqueue.h20 struct sigevent;
24 int mq_notify(mqd_t, const struct sigevent *);
Daio.h21 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/
Dmqueue.h20 struct sigevent;
24 int mq_notify(mqd_t, const struct sigevent *);
Daio.h21 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/
Dmqueue.h20 struct sigevent;
24 int mq_notify(mqd_t, const struct sigevent *);
Daio.h21 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/
Dmqueue.c13 T(struct sigevent) in f()
23 {int(*p)(mqd_t,const struct sigevent*) = mq_notify;} in f()
Daio.c20 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/
Dtimer_test.cpp48 struct sigevent se_;
151 struct sigevent sev;
176 sigevent sev;
/third_party/ltp/testcases/kernel/syscalls/timer_settime/
Dtimer_settime03.c58 struct sigevent sev; in setup()
60 memset(&sev, 0, sizeof(struct sigevent)); in setup()

12345678