Home
last modified time | relevance | path

Searched refs:CLD_CONTINUED (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-29-buildonly.c7 #ifndef CLD_CONTINUED
8 #error CLD_CONTINUED not defined
Dsigmacrolist.txt29 CLD_CONTINUED
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D10-1.c39 case CLD_CONTINUED: in handler()
106 wait_for_notification(CLD_CONTINUED); in main()
D11-1.c36 if (info && info->si_code == CLD_CONTINUED) { in handler()
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dsignal.h22 #define CLD_CONTINUED 6 macro
/third_party/e2fsprogs/e2fsck/
Dsigcatcher.c282 #ifdef CLD_CONTINUED
283 DEFINE_ENTRY(CLD_CONTINUED)
/third_party/musl/porting/liteos_a/kernel/include/
Dsignal.h94 #define CLD_CONTINUED 6 macro
/third_party/musl/include/
Dsignal.h90 #define CLD_CONTINUED 6 macro
/third_party/musl/libc-test/src/api/
Dsignal.c148 C(CLD_CONTINUED) in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsignal.h90 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/linux/user/include/
Dsignal.h91 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsignal.h90 #define CLD_CONTINUED 6 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsignal.h90 #define CLD_CONTINUED 6 macro
/third_party/musl/ndk_musl_include/
Dsignal.h91 #define CLD_CONTINUED 6 macro
/third_party/eudev/src/shared/
Dutil.c1355 [CLD_CONTINUED] = "continued",
/third_party/python/Lib/test/
Dtest_posix.py1273 os.CLD_CONTINUED
/third_party/python/Modules/
Dposixmodule.c15215 #ifdef CLD_CONTINUED in all_ins()
15216 if (PyModule_AddIntMacro(m, CLD_CONTINUED)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst4342 CLD_CONTINUED