|
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. | |
| pthread_attr_t attr | |
| Pthread attributes. | |
| } thread | |
| For thread implementation. | |
| struct { | |
| pid_t pid | |
| Process ID. | |
| int status | |
| Process state chge status. | |
| } proc | |
| For process implementation. | |
| }; | |
| Variant field mappings for thread/process modes. | |
Thread state information.
Used both in process and thread mode