Home
last modified time | relevance | path

Searched refs:HAVE_WAIT4 (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h913 #define HAVE_WAIT4 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h911 #define HAVE_WAIT4 1 macro
/external/python/cpython2/Modules/
Dposixmodule.c6145 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
6230 #ifdef HAVE_WAIT4
9043 #ifdef HAVE_WAIT4
/external/python/cpython2/
Dpyconfig.h.in936 #undef HAVE_WAIT4
/external/python/cpython3/
Dpyconfig.h.in1234 #undef HAVE_WAIT4
/external/python/cpython3/Modules/
Dposixmodule.c6843 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
6939 #ifdef HAVE_WAIT4
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h2936 #if defined(HAVE_WAIT4)