Searched refs:timeMs (Results 1 – 2 of 2) sorted by relevance
305 public void setInterruptibleInFuture(Thread thread, long timeMs); in setInterruptibleInFuture() argument
503 public void setInterruptibleInFuture(Thread thread, final long timeMs) { in setInterruptibleInFuture() argument504 mInterrupter.allowInterruptAsync(thread, timeMs, TimeUnit.MILLISECONDS); in setInterruptibleInFuture()