Searched refs:event_readset_in (Results 1 – 1 of 1) sorted by relevance
73 fd_set *event_readset_in; member124 if (FD_ISSET(i, sop->event_readset_in)) { in check_selectop()153 memcpy(sop->event_readset_out, sop->event_readset_in, in select_dispatch()221 if (sop->event_readset_in) in select_resize()224 if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL) in select_resize()226 sop->event_readset_in = readset_in; in select_resize()245 memset((char *)sop->event_readset_in + sop->event_fdsz, 0, in select_resize()299 FD_SET(ev->ev_fd, sop->event_readset_in); in select_add()330 FD_CLR(ev->ev_fd, sop->event_readset_in); in select_del()349 if (sop->event_readset_in) in select_dealloc()[all …]