Nil RTOS
Public Attributes | List of all members
nil_thread_cfg Struct Reference

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.
 

Detailed Description

Structure representing a thread static configuration.


The documentation for this struct was generated from the following file: