Home
last modified time | relevance | path

Searched refs:si_stime (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dsignal.h43 clock_t si_utime, si_stime; member
53 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h122 clock_t si_utime, si_stime; member
132 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h122 clock_t si_utime, si_stime; member
152 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h122 clock_t si_utime, si_stime; member
152 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h122 clock_t si_utime, si_stime; member
152 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h123 clock_t si_utime, si_stime; member
153 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/musl/include/
H A Dsignal.h122 clock_t si_utime, si_stime; member
152 #define si_stime __si_fields.__si_common.__second.__sigchld.si_stime macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs72 si_stime: ::c_long,
118 pub unsafe fn si_stime(&self) -> ::c_long { in si_stime() functions
119 self.sifields().sigchld.si_stime in si_stime()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs390 si_stime: ::c_long,
436 pub unsafe fn si_stime(&self) -> ::c_long { in si_stime() functions
437 self.sifields().sigchld.si_stime in si_stime()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3558 si_stime: ::c_long,
3604 pub unsafe fn si_stime(&self) -> ::c_long { in si_stime() functions
3605 self.sifields().sigchld.si_stime in si_stime()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1108 pub unsafe fn si_stime(&self) -> ::c_long { in si_stime() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp9764 __sigchld_clock_t si_stime;
[all...]

Completed in 52 milliseconds