|
Helper Reference Manual 1.7.1
|
Thread state information. More...
#include <threads.h>
Data Fields | ||
| odph_thread_start_args_t | start_args | |
| Start arguments. | ||
| int | cpu | |
| CPU ID. | ||
| uint8_t | last | |
| 1: last table entry | ||
| union { | ||
| struct { | ||
| pthread_t thread_id | ||
| Pthread ID. More... | ||
| pthread_attr_t attr | ||
| Pthread attributes. More... | ||
| } thread | ||
| For thread implementation. | ||
| struct { | ||
| pid_t pid | ||
| Process ID. More... | ||
| int status | ||
| Process state chge status. More... | ||
| } proc | ||
| For process implementation. | ||
| }; | ||
| Variant field mappings for thread/process modes. | ||
Thread state information.
Used both in process and thread mode
| odph_thread_start_args_t odph_thread_t::start_args |