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

<<11

/openjdk9/jdk/src/jdk.jdi/share/native/libdt_shmem/
H A DshmemBase.c867 doAttach(SharedMemoryTransport *transport, long timeout) argument
876 shmemBase_attach(const char *addressString, long timeout, SharedMemoryConnection **connectionPtr) argument
828 shmemBase_accept(SharedMemoryTransport *transport, long timeout, SharedMemoryConnection **connectionPtr) argument
/openjdk9/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DdebugInit.c91 long timeout; member in struct:TransportSpec
H A Dutil.h240 jlong timeout; member in union:__anon1364::__anon1365::__anon1370
/openjdk9/jdk/src/java.management.rmi/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java1333 fetchNotifs(long clientSequenceNumber, int maxNotifications, long timeout) argument
H A DRMIConnectionImpl.java1318 public RMIServerCommunicatorAdmin(long timeout) { argument
1238 fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout) argument
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DThreadPoolExecutorSubclassTest.java153 public V get(long timeout, TimeUnit unit) argument
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCompletableFuture.java2016 public T get(long timeout, TimeUnit unit) argument
2621 public CompletableFuture<T> orTimeout(long timeout, TimeUni argument
2642 completeOnTimeout(T value, long timeout, TimeUnit unit) argument
2827 get(long timeout, TimeUnit unit) argument
2857 orTimeout(long timeout, TimeUnit unit) argument
2860 completeOnTimeout(T value, long timeout, TimeUnit unit) argument
[all...]
H A DForkJoinPool.java2964 public boolean awaitTermination(long timeout, TimeUnit unit) argument
3002 awaitQuiescence(long timeout, TimeUnit unit) argument
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Descape.cpp1145 bool timeout = false; local
/openjdk9/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1379 post_monitor_wait_event(EventJavaMonitorWait* event, jlong notifier_tid, jlong timeout, bool timedout) argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java3199 public void setConnectTimeout(int timeout) { argument
3244 setReadTimeout(int timeout) argument
[all...]
/openjdk9/jdk/src/java.base/unix/native/libnet/
H A Dnet_util_md.c1544 NET_Wait(JNIEnv *env, jint fd, jint flags, jint timeout) argument
1587 int NET_TimeoutWithCurrentTime(int s, long timeout, long currentTime) { argument
1591 NET_Timeout(int s, long timeout) argument
[all...]
/openjdk9/jdk/src/java.base/windows/native/libnet/
H A DTwoStacksPlainDatagramSocketImpl.c788 jint timeout = (*env)->GetIntField(env, this, pdsi_timeoutID); local
904 jint timeout = (*env)->GetIntField(env, this, pdsi_timeoutID); local
1181 jint timeout = (*env)->GetIntField(env, this, pdsi_timeoutID); local
[all...]
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/server/
H A DActivation.java2364 public void setSoTimeout(int timeout) argument
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DSunToolkit.java209 public static final void awtLockWait(long timeout) argument
1462 public void realSync(final long timeout) throws OperationTimedOut, InfiniteLoop argument
1523 syncNativeQueue(final long timeout) argument
1542 waitForIdle(final long timeout) argument
[all...]
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWToolkit.java1088 public native boolean syncNativeQueue(final long timeout); argument
/openjdk9/jdk/src/jdk.internal.le/share/classes/jdk/internal/jline/console/
H A DConsoleReader.java1790 public void setParenBlinkTimeout(int timeout) { argument
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp2336 post_monitor_wait(JavaThread *thread, oop object, jlong timeout) argument
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Toolkit.cpp2751 Java_sun_awt_windows_WToolkit_syncNativeQueue(JNIEnv *env, jobject self, jlong timeout) argument
H A Dawt_Window.cpp2229 void AwtWindow::FlashWindowEx(HWND hWnd, UINT count, DWORD timeout, DWORD flags) { argument
/openjdk9/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXToolkit.java2479 protected boolean syncNativeQueue(final long timeout) { argument
/openjdk9/jdk/src/java.desktop/unix/native/libawt_xawt/xawt/
H A DXlibWrapper.c2032 uint32_t timeout = 1; local
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 344 milliseconds

<<11