Searched refs:handshake_timeout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A DjdwpTransport.h156 jlong handshake_timeout);
169 jlong handshake_timeout);
209 jlong handshake_timeout) {
210 return functions->Attach(this, address, attach_timeout, handshake_timeout);
222 jdwpTransportError Accept(jlong accept_timeout, jlong handshake_timeout) { argument
223 return functions->Accept(this, accept_timeout, handshake_timeout);
208 Attach(const char* address, jlong attach_timeout, jlong handshake_timeout) argument

Completed in 29 milliseconds