|
||||||||||
| 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.ThreadSetPrioritySyncPoint
public class ThreadSetPrioritySyncPoint
Synchronization point corresponding to a Thread.setPriority call.
| Nested Class Summary | |
|---|---|
static class |
ThreadSetPrioritySyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary | |
|---|---|
private int |
_newPriority
New priority that was set. |
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint |
|---|
_thread |
| Constructor Summary | |
|---|---|
ThreadSetPrioritySyncPoint(java.lang.Thread thread,
int newPriority)
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 int _newPriority
| Constructor Detail |
|---|
public ThreadSetPrioritySyncPoint(java.lang.Thread thread,
int newPriority)
thread - thread whose setPriority method was called.newPriority - new priority that was set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||