Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py1053 _WSTOPSIG=os.WSTOPSIG): argument
1061 self.returncode = -_WSTOPSIG(sts)
/external/python/cpython3/Lib/
Dsubprocess.py1529 _WSTOPSIG=os.WSTOPSIG): argument
1538 self.returncode = -_WSTOPSIG(sts)