Searched defs:timeout (Results 201 - 225 of 273) sorted by relevance

1234567891011

/openjdk9/jdk/src/jdk.jdwp.agent/unix/native/libdt_socket/
H A Dsocket_md.c62 dbgsysFinishConnect(int fd, int timeout) { argument
237 dbgsysPoll(int fd, jboolean rd, jboolean wr, long timeout) { argument
/openjdk9/jdk/test/java/awt/regtesthelpers/
H A DUtil.java227 public static boolean waitForConditionEx(final AtomicBoolean condition, long timeout) argument
246 public static boolean waitForCondition(final AtomicBoolean condition, long timeout) { argument
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsClient.java85 private int timeout; // initial timeout on UDP queries in ms field in class:DnsClient
104 public DnsClient(String[] servers, int timeout, int retries) argument
[all...]
/openjdk9/jdk/test/java/net/httpclient/websocket/jdk.incubator.httpclient/jdk/incubator/http/internal/websocket/
H A DTestSupport.java334 CompletableFuture<Void> expectations(long timeout, TimeUnit unit); argument
352 CompletableFuture<Void> expectations(long timeout, TimeUnit unit) { argument
418 static void checkExpectations(long timeout, TimeUnit unit, Mock... mocks) { argument
H A DMockChannel.java197 public CompletableFuture<Void> expectations(long timeout, TimeUnit unit) { argument
228 public CompletableFuture<Void> expectations(long timeout, TimeUnit unit) { argument
277 public CompletableFuture<Void> expectations(long timeout, TimeUnit unit) { argument
/openjdk9/jdk/test/java/rmi/testlibrary/
H A DTestSocketFactory.java179 public void connect(SocketAddress endpoint, int timeout) throws IOException { argument
404 public synchronized void setSoTimeout(int timeout) throws SocketException { argument
/openjdk9/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java697 public void setSoTimeout(int timeout) throws SocketException { argument
/openjdk9/jdk/test/java/sql/modules/luckydogdriver/luckydogtennis/
H A DStubConnection.java247 public boolean isValid(int timeout) throws SQLException { argument
/openjdk9/jdk/test/java/sql/modules/mystubdriver/com/luckydogtennis/
H A DStubConnection.java247 public boolean isValid(int timeout) throws SQLException { argument
/openjdk9/jdk/test/java/sql/testng/util/
H A DStubConnection.java247 public boolean isValid(int timeout) throws SQLException { argument
/openjdk9/test/lib/jdk/test/lib/
H A DUtils.java477 waitForCondition(BooleanSupplier condition, long timeout) argument
491 waitForCondition(BooleanSupplier condition, long timeout, long sleepTime) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DURLConnection.java403 setConnectTimeout(int timeout) argument
446 setReadTimeout(int timeout) argument
[all...]
H A DAbstractPlainSocketImpl.java50 int timeout; // timeout in millisec field in class:AbstractPlainSocketImpl
213 protected void connect(SocketAddress address, int timeout) argument
239 private void connectToAddress(InetAddress address, int port, int timeout) throw argument
391 doConnect(InetAddress address, int port, int timeout) argument
755 socketConnect(InetAddress address, int port, int timeout) argument
[all...]
H A DInetAddress.java498 public boolean isReachable(int timeout) throws IOException { argument
533 isReachable(NetworkInterface netif, int ttl, int timeout) argument
[all...]
H A DSocket.java560 public void connect(SocketAddress endpoint, int timeout) throws IOException { argument
1135 setSoTimeout(int timeout) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DArrayBlockingQueue.java382 public boolean offer(E e, long timeout, TimeUnit unit) argument
424 public E poll(long timeout, TimeUnit unit) throws InterruptedException { argument
H A DForkJoinTask.java299 final void internalWait(long timeout) { argument
1014 public final V get(long timeout, TimeUnit unit) argument
H A DLinkedBlockingDeque.java397 public boolean offerFirst(E e, long timeout, TimeUnit unit) argument
420 public boolean offerLast(E e, long timeout, TimeUnit unit) argument
503 public E pollFirst(long timeout, TimeUnit unit) argument
521 public E pollLast(long timeout, TimeUnit unit) argument
647 public boolean offer(E e, long timeout, TimeUnit unit) argument
674 poll(long timeout, TimeUnit unit) argument
[all...]
H A DLinkedTransferQueue.java1282 public boolean offer(E e, long timeout, TimeUnit unit) { argument
1358 public boolean tryTransfer(E e, long timeout, TimeUnit unit) argument
1375 poll(long timeout, TimeUnit unit) argument
[all...]
H A DSubmissionPublisher.java512 public int offer(T item, long timeout, TimeUnit unit, argument
987 long timeout; // > 0 if timed wait field in class:SubmissionPublisher.BufferedSubscription
[all...]
H A DScheduledThreadPoolExecutor.java1079 public boolean offer(Runnable e, long timeout, TimeUnit unit) { argument
1146 public RunnableScheduledFuture<?> poll(long timeout, TimeUnit unit) argument
H A DSynchronousQueue.java888 public boolean offer(E e, long timeout, TimeUnit unit) argument
936 public E poll(long timeout, TimeUni argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java465 public void setConnectTimeout(int timeout) { argument
473 public void setReadTimeout(int timeout) { argument
/openjdk9/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp258 bool timeout; local
H A Dmutex.cpp1083 bool Monitor::wait(bool no_safepoint_check, long timeout, argument
[all...]

Completed in 226 milliseconds

1234567891011