TBCI Numerical high perf. C++ Library 2.8.0
thr_struct Struct Reference

#include <smp.h>

Public Attributes

int t_no
pid_t t_pid
pthread_t t_id
int t_pipe_to_thread [2]
int t_pipe_from_thread [2]
unsigned int t_done_var
int numa_node

Detailed Description

Thread Control structure

Definition at line 157 of file smp.h.

Member Data Documentation

◆ numa_node

int thr_struct::numa_node

Definition at line 163 of file smp.h.

◆ t_done_var

unsigned int thr_struct::t_done_var

Definition at line 162 of file smp.h.

◆ t_id

pthread_t thr_struct::t_id

Definition at line 160 of file smp.h.

◆ t_no

int thr_struct::t_no

Definition at line 158 of file smp.h.

◆ t_pid

pid_t thr_struct::t_pid

Definition at line 159 of file smp.h.

◆ t_pipe_from_thread

int thr_struct::t_pipe_from_thread[2]

Definition at line 161 of file smp.h.

◆ t_pipe_to_thread

int thr_struct::t_pipe_to_thread[2]

Definition at line 161 of file smp.h.


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