Helper Reference Manual 1.7.1
Loading...
Searching...
No Matches
odph_linux_pthread_t Struct Reference

Linux pthread state information. More...

#include <threads.h>

Collaboration diagram for odph_linux_pthread_t:
[legend]

Data Fields

pthread_t thread
 Pthread ID.
 
pthread_attr_t attr
 Pthread attributes.
 
int cpu
 CPU ID.
 
odph_linux_thr_params_t thr_params
 Copy of thread params.
 

Detailed Description

Linux pthread state information.

Definition at line 46 of file threads.h.

Field Documentation

◆ thread

pthread_t odph_linux_pthread_t::thread

Pthread ID.

Definition at line 47 of file threads.h.

◆ attr

pthread_attr_t odph_linux_pthread_t::attr

Pthread attributes.

Definition at line 48 of file threads.h.

◆ cpu

int odph_linux_pthread_t::cpu

CPU ID.

Definition at line 49 of file threads.h.

◆ thr_params

odph_linux_thr_params_t odph_linux_pthread_t::thr_params

Copy of thread params.

Definition at line 51 of file threads.h.


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