Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dselectmodule.c.h801 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj,
833 return_value = select_epoll_poll_impl(self, timeout_obj, maxevents); in select_epoll_poll()
/third_party/python/Modules/
Dselectmodule.c1512 select_epoll_poll_impl(pyEpoll_Object *self, PyObject *timeout_obj, in select_epoll_poll_impl() function