/third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
H A D | signalfd4_01.c | 139 fd = tst_syscall(__NR_signalfd4, -1, &ss, in main() 156 fd = tst_syscall(__NR_signalfd4, -1, &ss, SIGSETSIZE, in main()
|
H A D | signalfd4_02.c | 135 fd = tst_syscall(__NR_signalfd4, -1, &ss, in main() 152 fd = tst_syscall(__NR_signalfd4, -1, &ss, SIGSETSIZE, in main()
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | syscall.h | 334 #define __NR_signalfd4 355 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | syscall.h | 334 #define __NR_signalfd4 355 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | syscall.h | 334 #define __NR_signalfd4 355 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | syscall.h | 334 #define __NR_signalfd4 355 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | syscall.h | 334 #define __NR_signalfd4 355 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 334 #define __NR_signalfd4 355 macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1913 pub const __NR_signalfd4: u32 = 74; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1912 pub const __NR_signalfd4: u32 = 74; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1901 pub const __NR_signalfd4: u32 = 74; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2166 pub const __NR_signalfd4: u32 = 313; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2266 pub const __NR_signalfd4: u32 = 5283; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2169 pub const __NR_signalfd4: u32 = 313; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2299 pub const __NR_signalfd4: u32 = 4324; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 2140 pub const __NR_signalfd4: u32 = 355; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 2399 pub const __NR_signalfd4: u32 = 317; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 2100 pub const __NR_signalfd4: u32 = 322; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 2389 pub const __NR_signalfd4: u32 = 317; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 2088 pub const __NR_signalfd4: u32 = 1073742113; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | general.rs | 2152 pub const __NR_signalfd4: u32 = 327; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | general.rs | 2125 pub const __NR_signalfd4: u32 = 289; consts
|