Information to pass to the new thread (what to run). More...
Collaboration diagram for Mezzanine::Threading::_thread_start_info: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.
1.8.4