TBCI Numerical high perf. C++ Library  2.8.0
Public Attributes | List of all members
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

int thr_struct::numa_node

Definition at line 163 of file smp.h.

Referenced by bind_threads().

unsigned int thr_struct::t_done_var

Definition at line 162 of file smp.h.

Referenced by lina_thread().

pthread_t thr_struct::t_id

Definition at line 160 of file smp.h.

Referenced by bind_threads(), free_threads(), init_threads(), and lina_thread().

int thr_struct::t_no
pid_t thr_struct::t_pid

Definition at line 159 of file smp.h.

Referenced by bind_threads(), and lina_thread().

int thr_struct::t_pipe_from_thread[2]

Definition at line 161 of file smp.h.

Referenced by free_threads(), init_threads(), lina_thread(), thread_wait(), and thread_wait_result().

int thr_struct::t_pipe_to_thread[2]

Definition at line 161 of file smp.h.

Referenced by _thread_start_off(), free_threads(), init_threads(), and lina_thread().


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