Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dsubprocess.py668 _WaitForSingleObject=_subprocess.WaitForSingleObject, argument
679 if _WaitForSingleObject(self._handle, 0) == _WAIT_OBJECT_0: