Searched refs:pyepoll_internal_ctl (Results 1 – 4 of 4) sorted by relevance
/external/python/pybind11/tests/ |
D | valgrind-python.supp | 9 fun:pyepoll_internal_ctl
|
/external/python/cpython2/Modules/ |
D | selectmodule.c | 883 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()
|
/external/python/cpython3/Modules/ |
D | selectmodule.c | 1436 pyepoll_internal_ctl(int epfd, int op, int fd, unsigned int events) in pyepoll_internal_ctl() function 1491 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_ADD, fd, eventmask); in select_epoll_register_impl() 1510 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_MOD, fd, eventmask); in select_epoll_modify_impl() 1526 return pyepoll_internal_ctl(self->epfd, EPOLL_CTL_DEL, fd, 0); in select_epoll_unregister_impl()
|
/external/python/cpython3/Misc/ |
D | valgrind-python.supp | 271 fun:pyepoll_internal_ctl
|