Uses of Class
edu.rice.cs.cunit.record.syncPoints.sync.ASynchronizedObjectSyncPoint

Packages that use ASynchronizedObjectSyncPoint
edu.rice.cs.cunit.record.syncPoints.sync   
 

Uses of ASynchronizedObjectSyncPoint in edu.rice.cs.cunit.record.syncPoints.sync
 

Subclasses of ASynchronizedObjectSyncPoint in edu.rice.cs.cunit.record.syncPoints.sync
 class SynchronizedEnterBlockSyncPoint
          Synchronization point corresponding to the beginning of a synchronized block.
 class SynchronizedLeaveBlockSyncPoint
          Synchronization point corresponding to the end of a synchronized block.
 class SynchronizedTryEnterBlockSyncPoint
          Synchronization point corresponding to the attempt to enter a synchronized block.