|
||||||||||
| 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.ThreadLeaveJoinSyncPoint
public class ThreadLeaveJoinSyncPoint
Synchronization point corresponding to the end of a Thread.join call.
| Nested Class Summary | |
|---|---|
static class |
ThreadLeaveJoinSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary | |
|---|---|
private long |
_timeOut
Timeout duration. |
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint |
|---|
_thread |
| Constructor Summary | |
|---|---|
ThreadLeaveJoinSyncPoint(java.lang.Thread thread,
long timeOut)
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 _timeOut
| Constructor Detail |
|---|
public ThreadLeaveJoinSyncPoint(java.lang.Thread thread,
long timeOut)
thread - thread whose join method was left.timeOut - timeout duration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||