Searched refs:diffMs (Results 1 – 1 of 1) sorted by relevance
2060 jint diffMs = diff.tv_sec * 1000 + diff.tv_nsec / 1000000; in Linux_poll() local2061 if (diffMs >= timeoutMs) { in Linux_poll()2066 timeoutMs -= diffMs; in Linux_poll()