Searched refs:_s_fdsets (Results 1 – 1 of 1) sorted by relevance
144 static fd_set _s_fdsets[SYS_EVENT_MAX]; variable190 FD_ZERO( &_s_fdsets[nn] ); in sys_init_channels()216 FD_SET( channel->fd, &_s_fdsets[ee] ); in sys_channel_on()222 FD_CLR( channel->fd, &_s_fdsets[ee] ); in sys_channel_on()427 memcpy(&rfd, &_s_fdsets[0], sizeof(fd_set)); in sys_single_loop()428 memcpy(&wfd, &_s_fdsets[1], sizeof(fd_set)); in sys_single_loop()429 memcpy(&efd, &_s_fdsets[2], sizeof(fd_set)); in sys_single_loop()