|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LockInfo | |
|---|---|
| edu.rice.cs.cunit.record.graph | |
| edu.rice.cs.cunit.record.syncPoints.object | |
| edu.rice.cs.cunit.record.syncPoints.sync | |
| Uses of LockInfo in edu.rice.cs.cunit.record.graph |
|---|
| Method parameters in edu.rice.cs.cunit.record.graph with type arguments of type LockInfo | |
|---|---|
java.lang.String |
ThreadInfo.toStringExtended(java.util.Map<java.lang.Long,LockInfo> lockInfo)
Returns a very verbose string representation of the object. |
| Uses of LockInfo in edu.rice.cs.cunit.record.syncPoints.object |
|---|
| Fields in edu.rice.cs.cunit.record.syncPoints.object declared as LockInfo | |
|---|---|
(package private) LockInfo |
AObjectSyncPoint.Translated._lockInfo
Info about the object. |
| Methods in edu.rice.cs.cunit.record.syncPoints.object that return LockInfo | |
|---|---|
LockInfo |
AObjectSyncPoint.Translated.getLockInfo()
Returns the info about the object. |
| Constructors in edu.rice.cs.cunit.record.syncPoints.object with parameters of type LockInfo | |
|---|---|
AObjectSyncPoint.Translated(LockInfo lockInfo,
ThreadInfo threadInfo)
Constructor for translated version on the monitor side. |
|
ObjectEnterWaitSyncPoint.Translated(LockInfo object,
long timeOut,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
ObjectLeaveWaitSyncPoint.Translated(LockInfo object,
long timeOut,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
ObjectNotifyAllSyncPoint.Translated(LockInfo object,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
ObjectNotifySyncPoint.Translated(LockInfo object,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
| Uses of LockInfo in edu.rice.cs.cunit.record.syncPoints.sync |
|---|
| Fields in edu.rice.cs.cunit.record.syncPoints.sync declared as LockInfo | |
|---|---|
(package private) LockInfo |
ASynchronizedObjectSyncPoint.Translated._lockInfo
Info about the object. |
| Methods in edu.rice.cs.cunit.record.syncPoints.sync that return LockInfo | |
|---|---|
LockInfo |
ASynchronizedObjectSyncPoint.Translated.getLockInfo()
Returns the info about the object. |
| Constructors in edu.rice.cs.cunit.record.syncPoints.sync with parameters of type LockInfo | |
|---|---|
ASynchronizedObjectSyncPoint.Translated(LockInfo lockInfo,
ThreadInfo threadInfo)
Constructor for translated version on the monitor side. |
|
SynchronizedEnterBlockSyncPoint.Translated(LockInfo object,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
SynchronizedLeaveBlockSyncPoint.Translated(LockInfo object,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
SynchronizedTryEnterBlockSyncPoint.Translated(LockInfo object,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||