Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dselectmodule.c274 fd_set ifdset, ofdset, efdset; in select_select_impl() local
324 if ((emax = seq2set(xlist, &efdset, efd2obj)) < 0) in select_select_impl()
342 emax ? &efdset : NULL, in select_select_impl()
359 FD_ZERO(&efdset); in select_select_impl()
384 xlist = set2list(&efdset, efd2obj); in select_select_impl()

Completed in 4 milliseconds