Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h163 PyAPI_FUNC(int) _Py_set_blocking(int fd, int blocking);
/third_party/python/Python/
Dfileutils.c2200 _Py_set_blocking(int fd, int blocking) in _Py_set_blocking() function
/third_party/python/Modules/
Dposixmodule.c13395 result = _Py_set_blocking(fd, blocking); in os_set_blocking_impl()