Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c849 pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) in pyepoll_internal_ctl() function
909 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_ADD, pfd, events); in pyepoll_register()
934 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
954 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c849 pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) in pyepoll_internal_ctl() function
909 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_ADD, pfd, events); in pyepoll_register()
934 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
954 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c883 pyepoll_internal_ctl(int epfd, int op, PyObject *pfd, unsigned int events) in pyepoll_internal_ctl() function
943 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_ADD, pfd, events); in pyepoll_register()
968 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, pfd, events); in pyepoll_modify()
988 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, pfd, 0); in pyepoll_unregister()