#include <msched.h>
Data Fields | |
| stackval_t * | sp |
| Stack pointer. | |
| stackval_t * | stack |
| 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_s * | next |
| Next thread on list. | |
| thread_s * | waiting_for |
| uint8_t | thread_id |
Definition at line 147 of file msched.h.
1.4.6