|
X-Boost
2.3.8
|
pthread thread creation params More...
#include <function.h>
Public Types | |
| typedef void * | ReturnType |
| typedef void * | ParamType |
| typedef void *(* | CallBackType )(void *) |
| The callback type supporter by local thread architecture. | |
Public Member Functions | |
| thread_function (CallBackType _proc, ParamType _param) | |
Public Attributes | |
| CallBackType | proc |
| ParamType | param |
pthread thread creation params
1.8.7