Home
last modified time | relevance | path

Searched refs:pyepoll_internal_ctl (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dselectmodule.c1424 pyepoll_internal_ctl(int epfd, int op, int fd, unsigned int events) in pyepoll_internal_ctl() function
1479 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_ADD, fd, eventmask); in select_epoll_register_impl()
1498 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, fd, eventmask); in select_epoll_modify_impl()
1514 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, fd, 0); in select_epoll_unregister_impl()

Completed in 4 milliseconds