SIO2thread Struct Reference

#include <sio2_thread.h>

List of all members.

Public Attributes

unsigned char state
 The current state of the thread.
int priority
 The priority of the thread .
pthread_t thread
 The thread structure.
unsigned int thread_hdl
 The internal thread handle.
SIO2threadcallback * _SIO2threadcallback
 The thread callback.
void * userdata
 Userdata handle used to pass user data pointer to the SIO2thread function callback.


Member Data Documentation

The current state of the thread.

Referenced by sio2ThreadFree(), sio2ThreadPause(), sio2ThreadPlay(), sio2ThreadRun(), and sio2ThreadStop().

The priority of the thread .

Referenced by sio2ThreadCreate(), and sio2ThreadRun().

pthread_t SIO2thread::thread

The thread structure.

Referenced by sio2ThreadCreate(), sio2ThreadFree(), and sio2ThreadRun().

unsigned int SIO2thread::thread_hdl

The internal thread handle.

Referenced by sio2ThreadCreate().

SIO2threadcallback* SIO2thread::_SIO2threadcallback

The thread callback.

Referenced by sio2ThreadCreate(), and sio2ThreadRun().

Userdata handle used to pass user data pointer to the SIO2thread function callback.

Referenced by sio2ThreadCreate(), and sio2ThreadRun().


The documentation for this struct was generated from the following file:

Generated on Thu Mar 4 15:41:52 2010 for SIO2 Engine by  doxygen 1.5.6