Searched refs:NUM_POLLFDS (Results 1 – 2 of 2) sorted by relevance
74 int poll_result = poll(&pollFd, NUM_POLLFDS, FE_POLL_TIMEOUT_MS); in isFeLocked()492 int poll_result = poll(&pollFd, NUM_POLLFDS, timeout_ms); in readTsStream()
27 static const int NUM_POLLFDS = 1; variable