|
||||||||||
| 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.ThreadEnterJoinSyncPoint
public class ThreadEnterJoinSyncPoint
Synchronization point corresponding to a Thread.join call.
| Nested Class Summary | |
|---|---|
static class |
ThreadEnterJoinSyncPoint.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 | |
|---|---|
ThreadEnterJoinSyncPoint(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 ThreadEnterJoinSyncPoint(java.lang.Thread thread,
long timeOut)
thread - thread whose join method was called.timeOut - timeout duration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||