Searched refs:pollfd (Results 1 – 2 of 2) sorted by relevance
292 StructPollfd pollfd = new StructPollfd(); in checkPing() local293 pollfd.events = (short) POLLIN; // "error: possible loss of precision" in checkPing()294 pollfd.fd = s; in checkPing()295 int ret = Os.poll(new StructPollfd[] { pollfd }, SOCKET_TIMEOUT_MS); in checkPing()
1816 struct pollfd fds = { in TEST()