Class Rendezvous.Counter
java.lang.Object
org.jboss.byteman.synchronization.Rendezvous.Counter
- Enclosing class:
Rendezvous
class encapsulating state for a specific rendezvous
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
count of the number of threads actually arrived at this rendezvousboolean
true if this -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arrived
public int arrivedcount of the number of threads actually arrived at this rendezvous -
isPoisoned
public boolean isPoisonedtrue if this
-
-
Constructor Details
-
Counter
public Counter()
-