| java.lang.Object gov.nasa.jpf.jvm.ThreadList
ThreadList | public class ThreadList implements Storable(Code) | | Contains the list of the threads
It extends the storage interface.
|
Field Summary | |
public KernelState | ks Reference of the kernel state this thread list belongs to. |
ks | public KernelState ks(Code) | | Reference of the kernel state this thread list belongs to.
|
add | public void add(int index, ThreadInfo th)(Code) | | Adds a new thread to the list.
|
anyAliveThread | public boolean anyAliveThread()(Code) | | |
getBacktrackData | public Object getBacktrackData()(Code) | | Returns the data used for restoring the state.
|
getNonDaemonThreadCount | public int getNonDaemonThreadCount()(Code) | | |
getRunnableThreadCount | public int getRunnableThreadCount()(Code) | | |
getStoringData | public int[] getStoringData()(Code) | | Returns the data used for storing the state.
|
hasOtherRunnablesThan | boolean hasOtherRunnablesThan(int idx)(Code) | | |
length | public int length()(Code) | | Returns the length of the list.
|
markRoots | public void markRoots()(Code) | | |
remove | public void remove(int index)(Code) | | Removes a thread from the list.
|
|
|