Searched refs:SIGCLD (Results 1 – 14 of 14) sorted by relevance
/external/ltp/android/include/ |
D | bionic-compat.h | 26 #define SIGCLD SIGCHLD macro
|
/external/libcups/scheduler/ |
D | cups-deviced.c | 214 signal(SIGCLD, sigchld_handler); /* No, SIGCLD isn't a typo... */ in main() 722 signal(SIGCLD, sigchld_handler); in sigchld_handler()
|
D | main.c | 439 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/ |
D | floppyd.c | 48 #ifndef SIGCLD 49 #define SIGCLD SIGCHLD macro 764 signal(SIGCLD, SIG_IGN); in server_main_loop()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 101 SIGCLD = 18 variable
|
D | FILE.py | 94 SIGCLD = 18 variable
|
/external/python/cpython2/Modules/ |
D | signalmodule.c | 723 #ifdef SIGCLD in initsignal() 724 x = PyInt_FromLong(SIGCLD); in initsignal()
|
/external/python/cpython3/Modules/ |
D | signalmodule.c | 1526 #ifdef SIGCLD in PyInit__signal() 1527 if (PyModule_AddIntMacro(m, SIGCLD)) in PyInit__signal()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 467 SIGCLD = 18 variable
|
D | STROPTS.py | 464 SIGCLD = 18 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4339 #ifdef SIGCLD 4340 { "SIGCLD", (unsigned long) SIGCLD },
|
/external/python/cpython3/Doc/library/ |
D | signal.rst | 122 .. data:: SIGCLD
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.2rc1.rst | 1160 when The OS had been told to ignore SIGCLD in our process or otherwise not
|
/external/python/cpython3/Misc/ |
D | HISTORY | 11150 OSError exception when The OS had been told to ignore SIGCLD in our process
|