Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dselectmodule.c251 pylist *rfd2obj, *wfd2obj, *efd2obj; in select_select_impl() local
260 pylist wfd2obj[FD_SETSIZE + 1]; in select_select_impl()
294 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()
296 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select_impl()
298 if (wfd2obj) PyMem_Free(wfd2obj); in select_select_impl()
308 wfd2obj[0].sentinel = -1; in select_select_impl()
312 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl()
367 wlist = set2list(&ofdset, wfd2obj); in select_select_impl()
381 reap_obj(wfd2obj); in select_select_impl()
385 PyMem_Free(wfd2obj); in select_select_impl()