Searched refs:read_fds (Results 1 – 1 of 1) sorted by relevance
116 fd_set read_fds; in ThreadRoutine() local117 FD_ZERO(&read_fds); in ThreadRoutine()118 FD_SET(notification_listen_fd_, &read_fds); in ThreadRoutine()121 FD_SET(it.first, &read_fds); in ThreadRoutine()135 int retval = select(nfds + 1, &read_fds, NULL, NULL, timeout_ptr); in ThreadRoutine()153 if (FD_ISSET(notification_listen_fd_, &read_fds)) { in ThreadRoutine()164 if (FD_ISSET(it.first, &read_fds)) { in ThreadRoutine()