Searched refs:active_set (Results 1 – 2 of 2) sorted by relevance
184 memset(&uipc.active_set, 0, sizeof(uipc.active_set)); in uipc_main_init()195 FD_SET(uipc.signal_fds[0], &uipc.active_set); in uipc_main_init()245 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_check_fd_locked()257 FD_SET(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_check_fd_locked()310 FD_SET(fd, &uipc.active_set); in uipc_setup_server_locked()384 FD_CLR(uipc.ch[ch_id].srvfd, &uipc.active_set); in uipc_close_ch_locked()392 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_close_ch_locked()425 uipc.read_set = uipc.active_set; in uipc_read_task()694 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in UIPC_Ioctl()
77 fd_set active_set; member