frysk.sys
Class Tid

java.lang.Object
  extended by frysk.sys.Tid

public final class Tid
extends Object

Get task (thread) information.


Constructor Summary
Tid()
           
 
Method Summary
static ProcessIdentifier get()
          Returns the thread ID of this thread/task.
(package private) static int tid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tid

public Tid()
Method Detail

get

public static ProcessIdentifier get()
Returns the thread ID of this thread/task.


tid

static int tid()