Home
last modified time | relevance | path

Searched refs:SI_USER (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ltp/libs/libltpsigwait/
H A Dsigwait.c86 if (si.si_pid == child && si.si_code == SI_USER && in test_unmasked_matching()
146 if (si.si_pid == child && si.si_code == SI_USER && in test_masked_matching()
203 if (si.si_pid == child[0] && si.si_code == SI_USER && in test_masked_matching_rt()
215 if (si.si_pid == child[1] && si.si_code == SI_USER && in test_masked_matching_rt()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwaitinfo/
H A D6-1.c14 4. Verify that info.si_code equals SI_USER.
60 if (info.si_code != SI_USER) { in main()
/third_party/node/deps/v8/src/trap-handler/
H A Dhandler-inside-posix.cc64 return info->si_code > 0 && info->si_code != SI_USER && in IsKernelGeneratedSignal()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h45 #define SI_USER 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h41 #define SI_USER 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h41 #define SI_USER 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h41 #define SI_USER 0 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h41 #define SI_USER 0 macro
/third_party/musl/include/
H A Dsignal.h41 #define SI_USER 0 macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c149 C(SI_USER) in f()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs936 pub const SI_USER: ::c_int = -1; consts
942 pub const SI_KILL: ::c_int = SI_USER;
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4455 case SI_USER: in signal_info()
4457 "signal_info: si_signo %d si_errno %d si_code SI_USER pid %d uid %d\n", in signal_info()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1481 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1481 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1473 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1494 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1486 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1488 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1478 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1469 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1721 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1476 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1729 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1477 pub const SI_USER: u32 = 0; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1470 pub const SI_USER: u32 = 0; consts

Completed in 171 milliseconds

12