thread_s Struct Reference
[Threading]

Thread structure definition.

#include <msched.h>


Data Fields

stackval_tsp
 Stack pointer.
stackval_tstack
 Pointer to stack memory for de-allocating.
uint16_t stackSize
 Size of stack (for debugging).
void(* func )(void)
 Function pointer to thread's start func.
uint32_t st
 Thread sleep time.
uint8_t state
 Current thread state.
uint8_t suspend_state
 Current thread suspend state.
uint8_t priority
 Thread priority.
uint8_t port
 Port number -- Only used for net recv.
thread_snext
 Next thread on list.
thread_swaiting_for
uint8_t thread_id


Detailed Description

Definition at line 147 of file msched.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 23 06:26:00 2009 for MANTIS by  doxygen 1.4.6