PropWare  3.0.0.229
C++ objects and CMake build system for Parallax Propeller
Public Attributes | List of all members
_thread Struct Reference
+ Collaboration diagram for _thread:

Public Attributes

_thread_state_tqueue_next
 
_thread_queue_t * queue
 
int errno
 
charstrtok_scanpoint
 
unsigned long rand_seed
 
struct tm time_temp
 
char ctime_buf [32]
 
_jmp_buf jmpbuf
 
short pri
 
unsigned short flags
 
unsigned int timer
 
void * arg
 
void *(* start )(void *)
 
unsigned short affinity
 
_Mbstate_t mbr_intern
 
void * thread_data [_THREAD_KEYS_MAX]
 

Detailed Description

Examples
MultiCogBlinky_Demo.cpp.

Definition at line 61 of file thread.h.


The documentation for this struct was generated from the following file: