|
Nil RTOS
|
Structure representing a thread static configuration. More...
#include <nil.h>
Public Attributes | |
| void * | arg |
| Thread function argument. | |
| tfunc_t | funcp |
| Thread function. | |
| const char * | namep |
| Thread name, for debugging. | |
| size_t | size |
| Thread working area size. | |
| void * | wap |
| Thread working area base. | |
Structure representing a thread static configuration.
1.8.6