#include <sys/thread.h>
Data Fields | |
NUTTHREADINFO* volatile | td_next |
Linked list of all threads. | |
NUTTHREADINFO* volatile | td_qnxt |
Linked list of all queued thread. | |
u_char | td_name [9] |
Name of this thread. | |
u_char | td_state |
Operating state. More... | |
u_short | td_sp |
Stack pointer. | |
u_char | td_priority |
Priority level. More... | |
void* | td_memory |
Pointer to heap memory used for stack. | |
HANDLE | td_timer |
Event timer. |
portdio/portdio.c, and tcps/tcps.c.
|
Priority level. 0 is highest priority. |
|
Operating state. One of TDS_ |