Home
last modified time | relevance | path

Searched refs:SIGCLD (Results 1 – 14 of 14) sorted by relevance

/external/ltp/android/include/
Dbionic-compat.h26 #define SIGCLD SIGCHLD macro
/external/libcups/scheduler/
Dcups-deviced.c214 signal(SIGCLD, sigchld_handler); /* No, SIGCLD isn't a typo... */ in main()
722 signal(SIGCLD, sigchld_handler); in sigchld_handler()
Dmain.c439 signal(SIGCLD, parent_handler); in main()
638 signal(SIGCLD, sigchld_handler); /* No, SIGCLD isn't a typo... */ in main()
1800 signal(SIGCLD, sigchld_handler); in sigchld_handler()
/external/mtools/
Dfloppyd.c48 #ifndef SIGCLD
49 #define SIGCLD SIGCHLD macro
764 signal(SIGCLD, SIG_IGN); in server_main_loop()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py101 SIGCLD = 18 variable
DFILE.py94 SIGCLD = 18 variable
/external/python/cpython2/Modules/
Dsignalmodule.c723 #ifdef SIGCLD in initsignal()
724 x = PyInt_FromLong(SIGCLD); in initsignal()
/external/python/cpython3/Modules/
Dsignalmodule.c1526 #ifdef SIGCLD in PyInit__signal()
1527 if (PyModule_AddIntMacro(m, SIGCLD)) in PyInit__signal()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py467 SIGCLD = 18 variable
DSTROPTS.py464 SIGCLD = 18 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c4339 #ifdef SIGCLD
4340 { "SIGCLD", (unsigned long) SIGCLD },
/external/python/cpython3/Doc/library/
Dsignal.rst122 .. data:: SIGCLD
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst1160 when The OS had been told to ignore SIGCLD in our process or otherwise not
/external/python/cpython3/Misc/
DHISTORY11150 OSError exception when The OS had been told to ignore SIGCLD in our process