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

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
H A DChannel.java87 * "channelSendLock" and check the "closeMessageSent" flag (this variable
88 * may only be accessed while holding the "channelSendLock" !!!
94 final Object channelSendLock = new Object(); field in class:Channel
99 * May only be used while holding the channelSendLock
143 // while holding the channelSendLock.
H A DChannelManager.java328 synchronized (c.channelSendLock)
356 synchronized (c.channelSendLock)
381 synchronized (c.channelSendLock)
456 synchronized (c.channelSendLock)
626 synchronized (c.channelSendLock)
659 synchronized (c.channelSendLock)
693 synchronized (c.channelSendLock)
732 synchronized (c.channelSendLock)
766 synchronized (c.channelSendLock)
1032 synchronized (c.channelSendLock)
[all...]

Completed in 51 milliseconds