Data Fields | |
uint8_t | flag |
primary flag | |
uint8_t | flag2 |
secondary flag | |
uint8_t | flag3 |
extra flag | |
uint8_t | flag4 |
extra secondary flag | |
pt_t | pt |
the (raw) protothread data structure | |
pt_t | pt2 |
the (raw) protothread data structure for the secondary or sub thread |
The organisational data for a small thread hierarchy.
This structure defines two protothreads (raw) structures and two flags. The intended use is for one main threads that can have one ore more sub-threads.