Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py1050 def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, argument
1056 if _WIFSIGNALED(sts):
/external/python/cpython3/Lib/
Dsubprocess.py1526 def _handle_exitstatus(self, sts, _WIFSIGNALED=os.WIFSIGNALED, argument
1533 if _WIFSIGNALED(sts):