Searched refs:notifier_fd (Results 1 – 1 of 1) sorted by relevance
85 const int notifier_fd = notifier_fds[i]; in WaitForEventsOnInternalThread() local86 DCHECK_GT(notifier_fd, -1); in WaitForEventsOnInternalThread()87 FD_SET(notifier_fd, &read_fds); in WaitForEventsOnInternalThread()88 max_fd = std::max(max_fd, notifier_fd); in WaitForEventsOnInternalThread()