Home
last modified time | relevance | path

Searched refs:HAVE_CWAIT (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.c136 #define HAVE_CWAIT 1 macro
6279 #elif defined(HAVE_CWAIT)
9046 #if defined(HAVE_WAITPID) || defined(HAVE_CWAIT)
/external/python/cpython3/Modules/
Dposixmodule.c303 # define HAVE_CWAIT 1 macro
8292 #elif defined(HAVE_CWAIT)
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4110 #if !defined(HAVE_WAITPID) && defined(HAVE_CWAIT)