_NUTTHREADINFO Struct Reference
[Thread ManagementThread Management]

#include <sys/thread.h>


Detailed Description

Thread information structure.

Todo:
Sort items while considering alignment.


Data Fields

uint8_t * td_memory
 Pointer to heap memory used for stack.
char td_name [9]
 Name of this thread.
NUTTHREADINFOtd_next
 Linked list of all threads.
uint8_t td_priority
 Priority level. 0 is highest priority.
NUTTHREADINFOtd_qnxt
 Linked list of all queued thread.
volatile unsigned int td_qpec
 Pending event counter.
volatile HANDLE td_queue
 Root entry of the waiting queue.
uintptr_t td_sp
 Stack pointer.
uint8_t td_state
 Operating state. One of TDS_.
HANDLE td_timer
 Event timer.


Generated on Wed Apr 29 11:12:32 2009 for BTnut System Software by doxygen 1.5.1
!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!