Searched defs:conts (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java79 * {@link #conts} to store the continuation, debugging fiber related activities
102 private Tube[] conts = new Tube[16]; field in class:Fiber
108 * the instruction is to call {@link #conts}.
455 final Tube[] oldCont = conts;
460 conts = new Tube[16];
480 conts = oldCont;
688 conts[contsSize++] = tube;
691 int len = conts.length;
694 System.arraycopy(conts,0,newBuf,0,len);
695 conts
[all...]

Completed in 32 milliseconds