Home
last modified time | relevance | path

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

/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() argument
59 this.interruptible = interruptible; in MonitorTestCase()
74 return interruptible ? "enterInterruptibly" : "enter"; in enter()
82 return interruptible ? "enterIfInterruptibly" : "enterIf"; in enterIf()
90 return interruptible ? "enterWhen" : "enterWhenUninterruptibly"; in enterWhen()
94 return interruptible ? "waitFor" : "waitForUninterruptibly"; in waitFor()
/external/guava/guava/src/com/google/common/util/concurrent/
DTimeLimiter.java105 TimeUnit timeoutUnit, boolean interruptible) throws Exception; in callWithTimeout() argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_16-1.in20 * If SA_RESTART is set in sa_flags, interruptible function interrupted by signal
/external/python/cpython2/Doc/library/
Dsignal.rst218 restart behaviour to interruptible by implicitly calling
/external/clang/include/clang/Basic/
DAttrDocs.td2131 Any interruptible-without-stack-switch code must be compiled with
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS11044 - Issue #846388: re.match is interruptible now, which is particularly