Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dselectmodule.c.h599 select_epoll_fileno_impl(pyEpoll_Object *self);
604 return select_epoll_fileno_impl(self); in select_epoll_fileno()
/external/python/cpython3/Modules/
Dselectmodule.c1378 select_epoll_fileno_impl(pyEpoll_Object *self) in select_epoll_fileno_impl() function