Helper Reference Manual  1.7.1
odph_thread_t Struct Reference

Thread state information. More...

#include <threads.h>

Collaboration diagram for odph_thread_t:
[legend]

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.
 

Detailed Description

Thread state information.

Used both in process and thread mode

Definition at line 98 of file threads.h.


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