|
TBCI Numerical high perf. C++ Library
2.8.0
|
#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 |
| 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 |
Definition at line 158 of file smp.h.
Referenced by _thread_start_off(), bind_threads(), free_threads(), init_threads(), lina_thread(), thread_wait(), and thread_wait_result().
| 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().
1.8.5