Searched refs:pollRes (Results 1 – 1 of 1) sorted by relevance
62 int pollRes = poll(pfd, arraysize(pfd), -1 /* infinite timeout */); in thread() local63 if (pollRes < 0) { in thread()