Searched refs:pollFd (Results 1 – 1 of 1) sorted by relevance
6416 struct pollfd pollFd = { .fd = inFd, .events = POLLIN, .revents = 0 }; in shouldInterruptWatchCommand() local6436 int numFdsUpdated = poll(&pollFd, numFds, remainingTimeMs); in shouldInterruptWatchCommand()6447 if (!(pollFd.revents & POLLIN)) { in shouldInterruptWatchCommand()