Searched refs:evs (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | selectmodule.c | 970 struct epoll_event *evs = NULL; in pyepoll_poll() local 1003 evs = PyMem_New(struct epoll_event, maxevents); in pyepoll_poll() 1004 if (evs == NULL) { in pyepoll_poll() 1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); in pyepoll_poll() 1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in pyepoll_poll() 1033 PyMem_Free(evs); in pyepoll_poll()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | selectmodule.c | 970 struct epoll_event *evs = NULL; in pyepoll_poll() local 1003 evs = PyMem_New(struct epoll_event, maxevents); in pyepoll_poll() 1004 if (evs == NULL) { in pyepoll_poll() 1011 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); in pyepoll_poll() 1024 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in pyepoll_poll() 1033 PyMem_Free(evs); in pyepoll_poll()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | selectmodule.c | 1004 struct epoll_event *evs = NULL; in pyepoll_poll() local 1037 evs = PyMem_New(struct epoll_event, maxevents); in pyepoll_poll() 1038 if (evs == NULL) { in pyepoll_poll() 1045 nfds = epoll_wait(self->epfd, evs, maxevents, timeout); in pyepoll_poll() 1058 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in pyepoll_poll() 1067 PyMem_Free(evs); in pyepoll_poll()
|