Searched refs:interruptible (Results 1 – 7 of 7) sorted by relevance
52 private final boolean interruptible; field in MonitorTestCase58 protected MonitorTestCase(boolean interruptible) { in MonitorTestCase() argument59 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()
105 TimeUnit timeoutUnit, boolean interruptible) throws Exception; in callWithTimeout() argument
20 * If SA_RESTART is set in sa_flags, interruptible function interrupted by signal
218 restart behaviour to interruptible by implicitly calling
2131 Any interruptible-without-stack-switch code must be compiled with
11044 - Issue #846388: re.match is interruptible now, which is particularly