|
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 |
Handles the storage and execution of thread callbacks, including exception handling and resource management.
|
explicit |
Construct thread data wrapper.
| c | Callback to store |
|
static |
Thread entry point wrapper.
| arg | Pointer to threadData instance |
| sysError | if callback throws an error |