Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c1773 _Py_write_impl(int fd, const void *buf, size_t count, int gil_held) in _Py_write_impl() function
1870 return _Py_write_impl(fd, buf, count, 1); in _Py_write()
1883 return _Py_write_impl(fd, buf, count, 0); in _Py_write_noraise()