Public Attributes | |
void * | mArg |
thrd_start_t | mFunction |
Information to pass to the new thread (what to run).
Definition at line 319 of file tinycthread.c.
void* _thread_start_info::mArg |
Function argument for the thread function.
Definition at line 321 of file tinycthread.c.
thrd_start_t _thread_start_info::mFunction |
Pointer to the function to be executed.
Definition at line 320 of file tinycthread.c.