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

/external/python/cpython2/Modules/_io/
H A Dbufferedio.c718 _PyIO_trap_eintr(void) function
1301 } while (res == NULL && _PyIO_trap_eintr());
1728 } while (res == NULL && _PyIO_trap_eintr());
/external/python/cpython3/Modules/_io/
H A Dbufferedio.c790 _PyIO_trap_eintr(void) function
1490 } while (res == NULL && _PyIO_trap_eintr());
1847 } while (res == NULL && _PyIO_trap_eintr());

Completed in 138 milliseconds