Home
last modified time | relevance | path

Searched refs:diffMs (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2009 jint diffMs = diff.tv_sec * 1000 + diff.tv_nsec / 1000000; in Linux_poll() local
2010 if (diffMs >= timeoutMs) { in Linux_poll()
2015 timeoutMs -= diffMs; in Linux_poll()