Searched refs:active_set (Results 1 – 2 of 2) sorted by relevance
188 memset(&uipc.active_set, 0, sizeof(uipc.active_set)); in uipc_main_init()199 FD_SET(uipc.signal_fds[0], &uipc.active_set); in uipc_main_init()252 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_check_fd_locked()264 FD_SET(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_check_fd_locked()320 FD_SET(fd, &uipc.active_set); in uipc_setup_server_locked()396 FD_CLR(uipc.ch[ch_id].srvfd, &uipc.active_set); in uipc_close_ch_locked()404 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_close_ch_locked()439 uipc.read_set = uipc.active_set; in uipc_read_task()721 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in UIPC_Ioctl()
73 fd_set active_set; member