Searched refs:_PyIO_trap_eintr (Results 1 – 6 of 6) sorted by relevance
564 if (_PyIO_trap_eintr()) { in _io__IOBase_readline_impl()604 if (_PyIO_trap_eintr()) { in _io__IOBase_readline_impl()788 } while (res == NULL && _PyIO_trap_eintr()); in _io__IOBase_writelines()975 if (_PyIO_trap_eintr()) { in _io__RawIOBase_readall_impl()
76 extern int _PyIO_trap_eintr(void);
763 _PyIO_trap_eintr(void) in _PyIO_trap_eintr() function1477 } while (res == NULL && _PyIO_trap_eintr()); in _bufferedreader_raw_read()1835 } while (res == NULL && _PyIO_trap_eintr()); in _bufferedwriter_raw_write()
1599 } while (ret == NULL && _PyIO_trap_eintr()); in _textiowrapper_writeflush()1994 if (_PyIO_trap_eintr()) { in _io_TextIOWrapper_read_impl()2167 if (_PyIO_trap_eintr()) { in _textiowrapper_readline()
149 Modules/_io/bufferedio.c:_PyIO_trap_eintr():eintr_int static PyObject *eintr_int
2783 Modules/_io/bufferedio.c _PyIO_trap_eintr eintr_int -