Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dselectmodule.c1003 PyObject *elist = NULL, *etuple = NULL; in pyepoll_poll() local
1058 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in pyepoll_poll()
1059 if (etuple == NULL) { in pyepoll_poll()
1063 PyList_SET_ITEM(elist, i, etuple); in pyepoll_poll()
/external/python/cpython3/Modules/
Dselectmodule.c1521 PyObject *elist = NULL, *etuple = NULL; in select_epoll_poll_impl() local
1612 etuple = Py_BuildValue("iI", evs[i].data.fd, evs[i].events); in select_epoll_poll_impl()
1613 if (etuple == NULL) { in select_epoll_poll_impl()
1617 PyList_SET_ITEM(elist, i, etuple); in select_epoll_poll_impl()