Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_eintr_retry_call

475 def _eintr_retry_call(func, *args):
798 stdout = _eintr_retry_call(self.stdout.read)
801 stderr = _eintr_retry_call(self.stderr.read)
1296 data = _eintr_retry_call(os.read, errpipe_read, 1048576)
1303 _eintr_retry_call(os.waitpid, self.pid, 0)
1357 pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)