Home
last modified time | relevance | path

Searched refs:connectionSemaphore (Results 1 – 1 of 1) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
DTransportManager.java135 private final Object connectionSemaphore = new Object(); field in TransportManager
253 synchronized (connectionSemaphore) in getReasonClosedCause()
286 synchronized (connectionSemaphore) in close()
317 connectionSemaphore.notifyAll(); in close()
567 synchronized (connectionSemaphore) in sendKexMessage()
590 synchronized (connectionSemaphore) in kexFinished()
593 connectionSemaphore.notifyAll(); in kexFinished()
667 synchronized (connectionSemaphore) in sendMessage()
684 connectionSemaphore.wait(); in sendMessage()