Home
last modified time | relevance | path

Searched defs:WAIT_STATUS_INT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.c313 #define WAIT_STATUS_INT(s) (s.w_status) macro
317 #define WAIT_STATUS_INT(s) (s) macro
/external/python/cpython3/Modules/
Dposixmodule.c450 # define WAIT_STATUS_INT(s) (s.w_status) macro
454 # define WAIT_STATUS_INT(s) (s) macro