Home
last modified time | relevance | path

Searched refs:_WIFSTOPPED (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dsubprocess.py1052 _WEXITSTATUS=os.WEXITSTATUS, _WIFSTOPPED=os.WIFSTOPPED, argument
1060 elif _WIFSTOPPED(sts):
/external/python/cpython3/Lib/
Dsubprocess.py1825 _WIFSTOPPED=os.WIFSTOPPED, argument
1830 if _WIFSTOPPED(sts):