Searched defs:timeout (Results 126 - 150 of 273) sorted by relevance

1234567891011

/openjdk9/jdk/test/java/util/concurrent/Phaser/
H A DBasic.java174 awaiter(final Phaser phaser, final long timeout, final TimeUnit unit) argument
/openjdk9/jdk/test/javax/swing/plaf/aqua/
H A DCustomComboBoxFocusTest.java273 private final int timeout = 2000; field in class:CustomComboBoxFocusTest.CaptureStep
/openjdk9/jdk/test/sun/tools/jps/
H A DLingeredApp.java229 public void waitAppReady(long timeout) throws IOException { argument
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DUtils.java303 waitForCondition(BooleanSupplier condition, long timeout) argument
317 waitForCondition(BooleanSupplier condition, long timeout, long sleepTime) argument
[all...]
/openjdk9/jdk/test/java/util/concurrent/locks/Lock/
H A DFlakyMutex.java129 public boolean tryLock(long timeout, TimeUnit unit) throws InterruptedException { argument
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DSocketImpl.java113 protected abstract void connect(SocketAddress address, int timeout) throws IOException; argument
H A DAbstractPlainDatagramSocketImpl.java49 int timeout = 0; field in class:AbstractPlainDatagramSocketImpl
H A DServerSocket.java655 setSoTimeout(int timeout) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DExecutors.java678 public boolean awaitTermination(long timeout, TimeUnit unit) argument
695 invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
704 invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) argument
H A DFutureTask.java197 public V get(long timeout, TimeUnit unit) argument
H A DPriorityBlockingQueue.java529 public boolean offer(E e, long timeout, TimeUnit unit) { argument
556 public E poll(long timeout, TimeUnit unit) throws InterruptedException { argument
H A DTimeUnit.java358 public void timedWait(Object obj, long timeout) argument
378 timedJoin(Thread thread, long timeout) argument
397 sleep(long timeout) argument
[all...]
/openjdk9/jdk/src/java.base/macosx/native/libnet/
H A DDefaultProxySelector.c105 CFTimeInterval timeout = 5; local
/openjdk9/jdk/src/java.base/macosx/classes/sun/nio/ch/
H A DKQueueArrayWrapper.java194 int poll(long timeout) { argument
208 kevent0(int kq, long keventAddress, int keventCount, long timeout) argument
/openjdk9/hotspot/src/share/vm/runtime/
H A DadvancedThresholdPolicy.cpp139 bool AdvancedThresholdPolicy::is_stale(jlong t, jlong timeout, Method* m) { argument
H A Dmutex.hpp303 bool wait (bool no_safepoint_check, long timeout, bool as_suspend_equivalent) { argument
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DProcessTools.java123 startProcess(String name, ProcessBuilder processBuilder, final Predicate<String> linePredicate, long timeout, TimeUnit unit) argument
154 startProcess(String name, ProcessBuilder processBuilder, final Consumer<String> lineConsumer, final Predicate<String> linePredicate, long timeout, TimeUnit unit) argument
560 waitFor(long timeout, TimeUnit unit) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/security/util/
H A DCache.java111 public abstract void setTimeout(int timeout); argument
131 public static <K,V> Cache<K,V> newSoftMemoryCache(int size, int timeout) { argument
156 public static <K,V> Cache<K,V> newHardMemoryCache(int size, int timeout) { argument
235 public void setTimeout(int timeout) { argument
432 public synchronized void setTimeout(int timeout) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java49 private volatile int timeout; field in class:DatagramSocketAdaptor
257 public void setSoTimeout(int timeout) throws SocketException { argument
H A DServerSocketChannelImpl.java353 int poll(int events, long timeout) throws IOException { argument
H A DSocketAdaptor.java56 private volatile int timeout; field in class:SocketAdaptor
81 public void connect(SocketAddress remote, int timeout) throws IOException { argument
339 setSoTimeout(int timeout) argument
[all...]
H A DAsynchronousChannelGroupImpl.java200 final Future<?> schedule(Runnable task, long timeout, TimeUnit unit) { argument
309 public final boolean awaitTermination(long timeout, TimeUnit unit) argument
/openjdk9/jdk/src/java.base/solaris/native/libnio/ch/
H A DDevPollArrayWrapper.c155 Java_sun_nio_ch_DevPollArrayWrapper_poll0(JNIEnv *env, jobject this, jlong address, jint numfds, jlong timeout, jint wfd) argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java650 public void setConnectTimeout(int timeout) { argument
663 public void setReadTimeout(int timeout) { argument
/openjdk9/jdk/src/java.base/solaris/classes/sun/nio/ch/
H A DSolarisEventPort.java248 static native int port_getn(int port, long address, int max, long timeout) argument

Completed in 1059 milliseconds

1234567891011