Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/channels/Selector/
DSelectWithConsumer.java402 scheduleInterrupt(Thread.currentThread(), 1, SECONDS);
413 scheduleInterrupt(Thread.currentThread(), 1, SECONDS); in try()
732 void scheduleInterrupt(Thread t, long delay, TimeUnit unit) { in scheduleInterrupt() method in SelectWithConsumer