#include <sio2_thread.h>
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. | |
| unsigned char SIO2thread::state |
The current state of the thread.
Referenced by sio2ThreadFree(), sio2ThreadPause(), sio2ThreadPlay(), sio2ThreadRun(), and sio2ThreadStop().
| pthread_t SIO2thread::thread |
| unsigned int SIO2thread::thread_hdl |
| SIO2threadcallback* SIO2thread::_SIO2threadcallback |
| void* SIO2thread::userdata |
Userdata handle used to pass user data pointer to the SIO2thread function callback.
Referenced by sio2ThreadCreate(), and sio2ThreadRun().
1.5.6