OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForCondition
(Results
1 - 4
of
4
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Session.java
353
int conditions = cm.
waitForCondition
(cn, timeout, ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA
394
public int
waitForCondition
(int condition_set, long timeout)
399
return cm.
waitForCondition
(cn, timeout, condition_set);
406
* remote side has been consumed (see also the <code<
WaitForCondition
</code> method).
/external/ganymed-ssh2/examples/
SingleThreadStdoutStderr.java
53
* these streams while you work with Session.
waitForCondition
()!!!
66
* and the session's underlying channel is closed before we call
waitForCondition
().
71
int conditions = sess.
waitForCondition
(ChannelCondition.STDOUT_DATA | ChannelCondition.STDERR_DATA
/cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java
766
private synchronized void
waitForCondition
(Condition con) throws InterruptedException {
781
waitForCondition
(con);
[
all
...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java
836
public int
waitForCondition
(Channel c, long timeout, int condition_mask)
[
all
...]
Completed in 258 milliseconds