Searched defs:_eintr_retry_call (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Lib/
H A Dsubprocess.py118 def _eintr_retry_call(func, *args): function
471 stdout = _eintr_retry_call(self.stdout.read)
474 stderr = _eintr_retry_call(self.stderr.read)
1000 data = _eintr_retry_call(os.read, errpipe_read, 1048576)
1004 data = _eintr_retry_call(os.read, errpipe_read, 1048576)
1019 _eintr_retry_call(os.waitpid, self.pid, 0)
1073 pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)

Completed in 254 milliseconds