#include <pthread.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | OpenSdkThread |
Defines | |
#define | THREAD_POOL_SIZE 16 |
Typedefs | |
typedef void *(* | FuncPointer )(void *) |
Enumerations | |
enum | ThreadState { Idle, Running, Dead } |
|
Definition at line 28 of file OpenSdkThread.h. Referenced by OpenSdkThread::initThreadPool(). |
|
Definition at line 32 of file OpenSdkThread.h. |
|
Definition at line 30 of file OpenSdkThread.h. |