Searched refs:CLIENT_DONE (Results 1 – 1 of 1) sorted by relevance
62 clientDone = p.waitFor() == CLIENT_DONE; in execute()71 clientDone = p.exitValue() == CLIENT_DONE; in execute()143 status = CLIENT_DONE; in execute()220 private static final int CLIENT_DONE = 123; field in TestBed
Completed in 7 milliseconds