Searched refs:wfds (Results 1 – 1 of 1) sorted by relevance
36 fd_set rfds, wfds; member47 FD_ZERO(&state->wfds); in aeApiCreate()66 if (mask & AE_WRITABLE) FD_SET(fd,&state->wfds); in aeApiAddEvent()74 if (mask & AE_WRITABLE) FD_CLR(fd,&state->wfds); in aeApiDelEvent()82 memcpy(&state->_wfds,&state->wfds,sizeof(fd_set)); in aeApiPoll()