|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint
edu.rice.cs.cunit.record.syncPoints.thread.ThreadEnterSleepSyncPoint
public class ThreadEnterSleepSyncPoint
Synchronization point corresponding to a Thread.sleep call.
| Nested Class Summary | |
|---|---|
static class |
ThreadEnterSleepSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary | |
|---|---|
private long |
_duration
Duration of sleep. |
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint |
|---|
_thread |
| Constructor Summary | |
|---|---|
ThreadEnterSleepSyncPoint(java.lang.Thread thread,
long duration)
Constructor for this synchronization point. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private long _duration
| Constructor Detail |
|---|
public ThreadEnterSleepSyncPoint(java.lang.Thread thread,
long duration)
thread - current threadduration - duration of sleep
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||