Information to pass to the new thread (what to run). More...
Public Attributes | |
void * | mArg |
Function argument for the thread function. | |
void(* | mFunction )(void *) |
Pointer to the function to be executed. | |
Thread * | mThread |
Pointer to the thread object. | |
Information to pass to the new thread (what to run).
Definition at line 120 of file thread.cpp.