Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dselectmodule.c872 pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) in pyepoll_internal_ctl() function
932 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_ADD, pfd, events); in pyepoll_register()
957 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
977 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()