Home
last modified time | relevance | path

Searched defs:sigevent (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
D2-1.c18 struct sigevent sigevent; in main() local
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h184 struct sigevent { struct
185 union sigval sigev_value;
186 int sigev_signo;
187 int sigev_notify;
188 void (*sigev_notify_function)(union sigval);
189 pthread_attr_t *sigev_notify_attributes;
190 char __pad[56-3*sizeof(long)];
/third_party/musl/ndk_musl_include/
Dsignal.h180 struct sigevent { struct
181 union sigval sigev_value;
182 int sigev_signo;
183 int sigev_notify;
184 void (*sigev_notify_function)(union sigval);
185 pthread_attr_t *sigev_notify_attributes;
186 char __pad[56-3*sizeof(long)];
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h184 struct sigevent { struct
185 union sigval sigev_value;
186 int sigev_signo;
187 int sigev_notify;
188 void (*sigev_notify_function)(union sigval);
189 pthread_attr_t *sigev_notify_attributes;
190 char __pad[56-3*sizeof(long)];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h184 struct sigevent { struct
185 union sigval sigev_value;
186 int sigev_signo;
187 int sigev_notify;
188 void (*sigev_notify_function)(union sigval);
189 pthread_attr_t *sigev_notify_attributes;
190 char __pad[56-3*sizeof(long)];
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h152 struct sigevent { struct
153 union sigval sigev_value;
154 int sigev_signo;
155 int sigev_notify;
156 union {
163 } __sev_fields;
/third_party/musl/include/
Dsignal.h184 struct sigevent { struct
185 union sigval sigev_value;
186 int sigev_signo;
187 int sigev_notify;
188 union {
195 } __sev_fields;
/third_party/musl/porting/linux/user/include/
Dsignal.h185 struct sigevent { struct
186 union sigval sigev_value;
187 int sigev_signo;
188 int sigev_notify;
189 union {
196 } __sev_fields;
/third_party/rust/crates/nix/test/
Dtest_timer.rs47 let sigevent = SigEvent::new(SigevNotify::SigevSignal { in alarm_fires() localVariable
/third_party/rust/crates/libc/src/unix/nto/
Dneutrino.rs522 __ev: *const ::sigevent, in ChannelCreateExt()
892 pub fn MsgRegisterEvent(__event: *mut ::sigevent, __coid: ::c_int) -> ::c_int; in MsgRegisterEvent()
893 pub fn MsgRegisterEvent_r(__event: *mut ::sigevent, __coid: ::c_int) -> ::c_int; in MsgRegisterEvent_r()
1050 __handler: ::Option<unsafe extern "C" fn(arg1: ::c_int) -> *const ::sigevent>, in InterruptHookTrace()
1063 pub fn InterruptHookOverdriveEvent(__event: *const ::sigevent, __flags: ::c_uint) -> ::c_int; in InterruptHookOverdriveEvent()
1066 __event: *const ::sigevent, in InterruptAttachEvent()
1071 __event: *const ::sigevent, in InterruptAttachEvent_r()
1077 unsafe extern "C" fn(__area: *mut ::c_void, __id: ::c_int) -> *const ::sigevent, in InterruptAttach()
1086 unsafe extern "C" fn(__area: *mut ::c_void, __id: ::c_int) -> *const ::sigevent, in InterruptAttach_r()
1095 unsafe extern "C" fn(__area: *mut ::c_void, __id: ::c_int) -> *const *const ::sigevent, in InterruptAttachArray()
[all …]
/third_party/rust/crates/nix/src/sys/
Dsignal.rs1024 mod sigevent { module
Daio.rs351 fn sigevent(&self) -> SigEvent; in sigevent() method
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2299 class sigevent(Structure): class
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1688 sevp: *mut sigevent, in lio_listio()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2447 sevp: *mut sigevent, in lio_listio()
2753 sevp: *mut ::sigevent, in timer_create()
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dgeneral.rs3563 pub struct sigevent { struct
3567 pub _sigev_un: sigevent__bindgen_ty_1, argument
3582 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs3621 pub struct sigevent { struct
3625 pub _sigev_un: sigevent__bindgen_ty_1, argument
3640 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs3669 pub struct sigevent { struct
3673 pub _sigev_un: sigevent__bindgen_ty_1, argument
3688 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs3708 pub struct sigevent { struct
3712 pub _sigev_un: sigevent__bindgen_ty_1, argument
3727 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs3643 pub struct sigevent { struct
3647 pub _sigev_un: sigevent__bindgen_ty_1, argument
3662 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs3612 pub struct sigevent { struct
3616 pub _sigev_un: sigevent__bindgen_ty_1, argument
3631 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs3700 pub struct sigevent { struct
3704 pub _sigev_un: sigevent__bindgen_ty_1, argument
3719 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs3736 pub struct sigevent { struct
3740 pub _sigev_un: sigevent__bindgen_ty_1, argument
3755 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs3583 pub struct sigevent { struct
3587 pub _sigev_un: sigevent__bindgen_ty_1, argument
3602 pub type sigevent_t = sigevent; argument
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs3585 pub struct sigevent { struct
3589 pub _sigev_un: sigevent__bindgen_ty_1, argument
3604 pub type sigevent_t = sigevent; argument

12