MCPcopy Index your code
hub / github.com/cSploit/android / join

Method join

cSploit/src/org/csploit/android/core/ChildManager.java:116–123  ·  view source on GitHub ↗
(Child c)

Source from the content-addressed store, hash-verified

114 }
115
116 public static void join(Child c) throws InterruptedException {
117
118 synchronized (children) {
119 while(children.contains(c)) {
120 children.wait();
121 }
122 }
123 }
124
125 public static void storeHandlers() {
126 String [] result = Client.getHandlers();

Callers 1

joinMethod · 0.95

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected