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