p

rescala.fullmv.sgt

synchronization

package synchronization

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Blocked0(failedRefChanges: Int, newParent: SubsumableLock) extends TrySubsumeResult0 with TryLockResult0 with Product with Serializable
  2. sealed trait LockStateResult extends AnyRef
  3. sealed trait LockStateResult0 extends AnyRef
  4. case class Locked(lock: SubsumableLock) extends TryLockResult with Product with Serializable
  5. case class Locked0(failedRefChanges: Int, lockedRoot: SubsumableLock) extends TryLockResult0 with Product with Serializable
  6. case class LockedState(guid: GUID) extends LockStateResult with LockStateResult0 with Product with Serializable
  7. trait SubsumableLock extends SubsumableLockProxy with Hosted[SubsumableLock]
  8. trait SubsumableLockBundle extends FullMVBundle
  9. trait SubsumableLockEntryPoint extends AnyRef
  10. case class Successful0(failedRefChanges: Int) extends TrySubsumeResult0 with Product with Serializable
  11. sealed trait TryLockResult extends AnyRef
  12. sealed trait TryLockResult0 extends AnyRef
  13. sealed trait TrySubsumeResult extends AnyRef
  14. sealed trait TrySubsumeResult0 extends AnyRef

Value Members

  1. case object Blocked extends TrySubsumeResult with TryLockResult with Product with Serializable
  2. case object CompletedState extends LockStateResult with Product with Serializable
  3. case object ConcurrentDeallocation extends LockStateResult0 with Product with Serializable
  4. case object Deallocated extends TrySubsumeResult with TryLockResult with Product with Serializable
  5. case object GarbageCollected0 extends TrySubsumeResult0 with TryLockResult0 with Product with Serializable
  6. case object Successful extends TrySubsumeResult with Product with Serializable
  7. object Successful0 extends Serializable
  8. case object UnlockedState extends LockStateResult with LockStateResult0 with Product with Serializable

Ungrouped