Searched refs:poll_result (Results 1 – 1 of 1) sorted by relevance
74 int poll_result = poll(&pollFd, NUM_POLLFDS, FE_POLL_TIMEOUT_MS); in isFeLocked() local75 if (poll_result > 0 && (pollFd.revents & POLLIN)) { in isFeLocked()492 int poll_result = poll(&pollFd, NUM_POLLFDS, timeout_ms); in readTsStream() local493 if (poll_result == 0) { in readTsStream()495 } else if (poll_result == -1 || pollFd.revents & POLLERR) { in readTsStream()