Home
last modified time | relevance | path

Searched refs:wfd2obj (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
270 pylist wfd2obj[FD_SETSIZE + 1]; in select_select_impl()
304 wfd2obj = PyMem_NEW(pylist, FD_SETSIZE + 1); in select_select_impl()
306 if (rfd2obj == NULL || wfd2obj == NULL || efd2obj == NULL) { in select_select_impl()
308 if (wfd2obj) PyMem_Free(wfd2obj); in select_select_impl()
318 wfd2obj[0].sentinel = -1; in select_select_impl()
322 if ((omax = seq2set(wlist, &ofdset, wfd2obj)) < 0) in select_select_impl()
383 wlist = set2list(&ofdset, wfd2obj); in select_select_impl()
397 reap_obj(wfd2obj); in select_select_impl()
[all...]

Completed in 2 milliseconds