Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Diobase.c564 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()
D_iomodule.h76 extern int _PyIO_trap_eintr(void);
Dbufferedio.c763 _PyIO_trap_eintr(void) in _PyIO_trap_eintr() function
1477 } while (res == NULL && _PyIO_trap_eintr()); in _bufferedreader_raw_read()
1835 } while (res == NULL && _PyIO_trap_eintr()); in _bufferedwriter_raw_write()
Dtextio.c1599 } 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()
/third_party/python/Tools/c-analyzer/
DTODO149 Modules/_io/bufferedio.c:_PyIO_trap_eintr():eintr_int static PyObject *eintr_int
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2783 Modules/_io/bufferedio.c _PyIO_trap_eintr eintr_int -