Home
last modified time | relevance | path

Searched defs:interruptible (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
DTimeLimiter.java105 TimeUnit timeoutUnit, boolean interruptible) throws Exception; in callWithTimeout()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DMonitorTestCase.java52 private final boolean interruptible; field in MonitorTestCase
58 protected MonitorTestCase(boolean interruptible) { in MonitorTestCase()