HomeSort by relevance Sort by last modified time
    Searched refs:channelSendLock (Results 1 - 2 of 2) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
Channel.java 87 * "channelSendLock" and check the "closeMessageSent" flag (this variable
88 * may only be accessed while holding the "channelSendLock" !!!
94 final Object channelSendLock = new Object();
99 * May only be used while holding the channelSendLock
143 // while holding the channelSendLock.
ChannelManager.java 328 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 66 milliseconds