Uses of Class
org.jcsp.lang.Barrier
Packages that use Barrier
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of Barrier in org.jcsp.lang
Fields in org.jcsp.lang declared as BarrierModifier and TypeFieldDescriptionprivate Barrier
Parallel.barrier
Used to synchronise the termination of processes in each run of Parallelprivate Barrier
ParThread.barrier
the barrier at the end of a PARprivate Barrier
ParThread.park
parking barrier for this threadMethods in org.jcsp.lang with parameters of type BarrierModifier and TypeMethodDescriptionvoid
reset the ParThread.Constructors in org.jcsp.lang with parameters of type Barrier -
Uses of Barrier in org.jcsp.net2
Subclasses of Barrier in org.jcsp.net2Modifier and TypeClassDescriptionfinal class
This class is a networked implementation of the standard JCSP Barrier.