Home
last modified time | relevance | path

Searched refs:ifdset (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
320 if ((imax = seq2set(rlist, &ifdset, rfd2obj)) < 0) in select_select_impl()
340 imax ? &ifdset : NULL, in select_select_impl()
357 FD_ZERO(&ifdset); in select_select_impl()
382 rlist = set2list(&ifdset, rfd2obj); in select_select_impl()

Completed in 6 milliseconds