ChibiOS/NIL
4.1.0
|
Structure representing a thread descriptor. More...
#include <ch.h>
Data Fields | |
const char * | name |
Thread name, for debugging. More... | |
stkalign_t * | wbase |
Thread working area base. More... | |
stkalign_t * | wend |
Thread working area end. More... | |
tprio_t | prio |
Thread priority slot. More... | |
tfunc_t | funcp |
Thread function. More... | |
void * | arg |
Thread function argument. More... | |
const char* nil_thread_descriptor::name |
stkalign_t* nil_thread_descriptor::wbase |
stkalign_t* nil_thread_descriptor::wend |
tprio_t nil_thread_descriptor::prio |
tfunc_t nil_thread_descriptor::funcp |
Thread function.
Definition at line 507 of file ch.h.
Referenced by chSysInit(), and chThdCreateI().