Home
last modified time | relevance | path

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

/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h916 #define HAVE_WAIT4 1 macro
/external/python/cpython2/linux_arm64/pyconfig/
Dpyconfig.h937 #define HAVE_WAIT4 1 macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h911 #define HAVE_WAIT4 1 macro
/external/python/cpython3/android/darwin/pyconfig/
Dpyconfig.h1351 #define HAVE_WAIT4 1 macro
/external/python/cpython3/android/bionic/pyconfig/
Dpyconfig.h1345 #define HAVE_WAIT4 1 macro
/external/python/cpython3/android/linux_arm64/pyconfig/
Dpyconfig.h1343 #define HAVE_WAIT4 1 macro
/external/python/cpython3/android/linux_x86_64/pyconfig/
Dpyconfig.h1345 #define HAVE_WAIT4 1 macro
/external/python/cpython3/Modules/
Dposixmodule.c988 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
2312 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4) in _posix_clear()
2337 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4) in _posix_traverse()
8195 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4)
8295 #ifdef HAVE_WAIT4
15763 #if defined(HAVE_WAIT3) || defined(HAVE_WAIT4) in posixmodule_exec()
/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.in1342 #undef HAVE_WAIT4
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3908 #if defined(HAVE_WAIT4)