Home
last modified time | relevance | path

Searched refs:CLD_CONTINUED (Results 1 - 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D10-1.c39 case CLD_CONTINUED: in handler()
103 SIGCHLD doesn't queue, make sure CLD_CONTINUED in main()
106 wait_for_notification(CLD_CONTINUED); in main()
H A D11-1.c36 if (info && info->si_code == CLD_CONTINUED) { in handler()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dsignal.h22 #define CLD_CONTINUED 6 macro
/third_party/musl/src/internal/
H A Demulate_wait4.c31 case CLD_CONTINUED: in __emulate_wait4()
/third_party/ltp/testcases/kernel/syscalls/waitid/
H A Dwaitid08.c50 TST_EXP_EQ_LI(infop->si_code, CLD_CONTINUED); in run()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h96 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h92 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h92 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h92 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/linux/user/include/
H A Dsignal.h93 #define CLD_CONTINUED 6 macro
/third_party/musl/include/
H A Dsignal.h92 #define CLD_CONTINUED 6 macro
/third_party/musl/libc-test/src/api/
H A Dsignal.c148 C(CLD_CONTINUED) in f()
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs282 libc::CLD_CONTINUED => WaitStatus::Continued(pid), in from_siginfo()
/third_party/eudev/src/shared/
H A Dutil.c1355 [CLD_CONTINUED] = "continued",
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs471 pub const CLD_CONTINUED: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1246 pub const CLD_CONTINUED: ::c_int = 6; consts
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1264 pub const CLD_CONTINUED: ::c_int = 65; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1258 pub const CLD_CONTINUED: ::c_int = 6; consts
/third_party/python/Lib/test/
H A Dtest_posix.py1108 os.CLD_CONTINUED
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1238 pub const CLD_CONTINUED: ::c_int = 6; consts
/third_party/python/Modules/
H A Dposixmodule.c15426 #ifdef CLD_CONTINUED in all_ins()
15427 if (PyModule_AddIntMacro(m, CLD_CONTINUED)) return -1; in all_ins()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1547 pub const CLD_CONTINUED: u32 = 6; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2007 pub const CLD_CONTINUED: ::c_int = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1547 pub const CLD_CONTINUED: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1539 pub const CLD_CONTINUED: u32 = 6; consts

Completed in 100 milliseconds

12