ORIGINAL
|
Wrapper for thread execution data. More...
#include <thread.h>
Public Member Functions | |
threadData (Callback c) | |
Construct thread data wrapper. | |
Static Public Member Functions | |
static void * | run (void *arg) |
Thread entry point wrapper. | |
Wrapper for thread execution data.
Callback | Type of the thread callback function |
|
explicit |
Construct thread data wrapper.
Callback | Callback function type |
c | Callback to store |
|
static |
Thread entry point wrapper.
Callback | Callback function type |
arg | Pointer to threadData instance |
sysError | if callback throws an error |