Home
last modified time | relevance | path

Searched refs:efd2obj (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dselectmodule.c261 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select_impl() local
271 pylist efd2obj[FD_SETSIZE + 1]; in select_select_impl()
305 efd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()
306 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select_impl()
309 if (efd2obj) PyMem_Free(efd2obj); in select_select_impl()
319 efd2obj[0].sentinel = -1; in select_select_impl()
324 if ((emax = seq2set(xlist, &efdset, efd2obj)) < 0) in select_select_impl()
384 xlist = set2list(&efdset, efd2obj); in select_select_impl()
398 reap_obj(efd2obj); in select_select_impl()
[all...]

Completed in 3 milliseconds