Structure for easy manipulation with threads. More...
#include <threads.h>
Public Attributes | |
| pthread_t | thread |
| Thread varible. | |
| int | ret |
| Return value od thread. | |
| void *(* | start_routine )(void *) |
| Start routine of thread. | |
Structure for easy manipulation with threads.
| int ThreadInfo::ret |
Return value od thread.
| void*(* ThreadInfo::start_routine)(void *) |
Start routine of thread.
| pthread_t ThreadInfo::thread |
Thread varible.
1.6.3