public class ThreadEntry
extends com.jniwrapper.Structure
| Constructor and Description | 
|---|
| ThreadEntry() | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getBasePriority()Returns initial priority level assigned to a thread. | 
| long | getDeltaPrioriry()Returns change in the priority level of a thread. | 
| long | getOwnerProcessID()Returns identifier of the process that created the thread. | 
| long | getThreadID()Returns thread identifier. | 
| long | getUsage()Returns number of references to the thread. | 
acceptIOPerformer, addMembers, clone, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, writepublic long getUsage()
public long getThreadID()
public long getOwnerProcessID()
public long getBasePriority()
public long getDeltaPrioriry()