#include <cthread.h>
Data Fields | |
BOOL | headFlag |
_CgThread * | prev |
_CgThread * | next |
BOOL | runnableFlag |
pthread_t | pThread |
void(* | action )(struct _CgThread *) |
void * | userData |
This wrapper has been created to enable 100% code compatibility between different platforms (Linux, Win32 etc..)
|
Thread's worker function |
|
|
|
|
|
|
|
The POSIX thread handle |
|
Indicates whether this thread is ready to run |
|
Arbitrary data pointer |