#include <Threading.hpp>
Public Member Functions | |
| Thread (void *(*main)(void *), void *arg) | |
| Constructor.  | |
| void | join () | 
| Join the thread.  | |
| void | setThreadAffinity (int coreId) | 
Protected Attributes | |
| pthread_t | myTid | 
| The id of the pthread.  | |
Thread class.
Generated by