Thread information structure.
More...
Detailed Description
Thread information structure.
- Todo:
- Sort items while considering alignment.
Thread information structure type.
Definition at line 172 of file thread.h.
Field Documentation
NUTTHREADINFO* NUTTHREADINFO::td_next |
Linked list of all threads.
Definition at line 173 of file thread.h.
NUTTHREADINFO* NUTTHREADINFO::td_qnxt |
Linked list of all queued thread.
Definition at line 174 of file thread.h.
volatile unsigned int NUTTHREADINFO::td_qpec |
Pending event counter.
Definition at line 175 of file thread.h.
char NUTTHREADINFO::td_name[9] |
Name of this thread.
Definition at line 176 of file thread.h.
Operating state. One of TDS_.
Definition at line 177 of file thread.h.
Stack pointer.
Definition at line 178 of file thread.h.
Priority level. 0 is highest priority.
Definition at line 179 of file thread.h.
Pointer to heap memory used for stack.
Definition at line 180 of file thread.h.
HANDLE NUTTHREADINFO::td_timer |
volatile HANDLE NUTTHREADINFO::td_queue |
Root entry of the waiting queue.
Definition at line 182 of file thread.h.
The documentation for this struct was generated from the following file: