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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java136 * Using int, this will work OK because {@link #suspendedCount} becomes -1 when
142 private volatile int suspendedCount = 0; field in class:Fiber
283 if( --suspendedCount == 0 ) {
315 if( --suspendedCount == 0 ) {
333 suspendedCount++;
709 while(suspendedCount==1)
724 return suspendedCount==1;

Completed in 49 milliseconds