Home
last modified time | relevance | path

Searched refs:CLD_KILLED (Results 1 - 25 of 41) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid11.c37 TST_EXP_EQ_LI(infop->si_code, CLD_KILLED); in run()
H A Dwaitid10.c44 TST_EXP_EQ_LI(infop->si_code, CLD_KILLED); in run()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dsignal.h18 #define CLD_KILLED 2 macro
/third_party/musl/src/internal/
H A Demulate_wait4.c40 case CLD_KILLED: in __emulate_wait4()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h92 #define CLD_KILLED 2 macro
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttranshuge.c423 if (sig.si_code == CLD_KILLED && sig.si_status == SIGBUS) { in main()
H A Dtinjpage.c726 if (sig.si_code != CLD_KILLED) in do_shared()
944 if (sig.si_code != CLD_KILLED || sig.si_status != SIGBUS) { in main()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dttranshuge.c423 if (sig.si_code == CLD_KILLED && sig.si_status == SIGBUS) { in main()
H A Dtinjpage.c726 if (sig.si_code != CLD_KILLED) in do_shared()
944 if (sig.si_code != CLD_KILLED || sig.si_status != SIGBUS) { in main()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h88 #define CLD_KILLED 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h88 #define CLD_KILLED 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h88 #define CLD_KILLED 2 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h89 #define CLD_KILLED 2 macro
/third_party/musl/include/
H A Dsignal.h88 #define CLD_KILLED 2 macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c144 C(CLD_KILLED) in f()
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs274 libc::CLD_KILLED | libc::CLD_DUMPED => WaitStatus::Signaled( in from_siginfo()
/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc370 if (child_info.si_code == CLD_KILLED) { in WaitForChild()
/third_party/eudev/src/shared/
H A Dutil.c1351 [CLD_KILLED] = "killed",
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs467 pub const CLD_KILLED: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1242 pub const CLD_KILLED: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1260 pub const CLD_KILLED: ::c_int = 61; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1254 pub const CLD_KILLED: ::c_int = 2; consts
/third_party/python/Lib/test/
H A Dtest_posix.py1104 os.CLD_KILLED
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1234 pub const CLD_KILLED: ::c_int = 2; consts
/third_party/python/Modules/
H A Dposixmodule.c15414 #ifdef CLD_KILLED in all_ins()
15415 if (PyModule_AddIntMacro(m, CLD_KILLED)) return -1; in all_ins()

Completed in 59 milliseconds

12