Searched refs:remainderNs (Results 1 – 3 of 3) sorted by relevance
273 int remainderNs = (int) (timeoutNs % 1_000_000L); in waitForEvents() local275 if (timeoutMs > 0 || remainderNs > 0) { in waitForEvents()276 mLock.wait(timeoutMs, remainderNs); in waitForEvents()
257 int remainderNs = (int) (timeoutNs % 1_000_000L); in waitForEvents() local259 if (timeoutMs > 0 || remainderNs > 0) { in waitForEvents()260 mLock.wait(timeoutMs, remainderNs); in waitForEvents()
547 int remainderNs = (int) (timeoutNs % 1_000_000L); in waitForEvents() local549 if (timeoutMs > 0 || remainderNs > 0) { in waitForEvents()550 mLock.wait(timeoutMs, remainderNs); in waitForEvents()