Thread_ Struct Reference

A structure for C, which describes the Thread. More...

#include <thread.h>

Collaboration diagram for Thread_:

Collaboration graph
[legend]

Data Fields

jobject(* getObject )(Thread *thread)
jint(* getPriority )(Thread *thread)
void(* setPriority )(Thread *thread, jint priority)
void(* sleep )(Thread *thread, jlong milliseconds)
void(* start )(Thread *thread)
ThreadData thread
void(* yield )(Thread *thread)

Detailed Description

A structure for C, which describes the Thread.

Definition at line 52 of file thread.h.


Field Documentation

jobject(* Thread_::getObject)(Thread *thread)
 

jint(* Thread_::getPriority)(Thread *thread)
 

void(* Thread_::setPriority)(Thread *thread, jint priority)
 

void(* Thread_::sleep)(Thread *thread, jlong milliseconds)
 

void(* Thread_::start)(Thread *thread)
 

ThreadData Thread_::thread
 

Definition at line 53 of file thread.h.

void(* Thread_::yield)(Thread *thread)
 


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:17 2005 for GrubC by  doxygen 1.4.4