#include <sys/thread.h>
Collaboration diagram for _NUTTHREADINFO:
httpd/httpserv.c, portdio/portdio.c, pppc/pppc.c, and tcps/tcps.c.
Data Fields | |
NUTTHREADINFO * | td_next |
Linked list of all threads. | |
NUTTHREADINFO * | td_qnxt |
Linked list of all queued thread. | |
volatile u_int | td_qpec |
Pending event counter. | |
char | td_name [9] |
Name of this thread. | |
u_char | td_state |
Operating state. | |
uptr_t | td_sp |
Stack pointer. | |
u_char | td_priority |
Priority level. | |
u_char * | td_memory |
Pointer to heap memory used for stack. | |
HANDLE | td_timer |
Event timer. | |
volatile HANDLE | td_queue |
Root entry of the waiting queue. |
|
Operating state. One of TDS_
|
|
Priority level. 0 is highest priority.
|