|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <smp.h>

Public Attributes | |
| unsigned long | t_job_no |
| thr_job_t | t_job |
| unsigned long | t_size |
| unsigned long | t_off |
| void * | t_par [6] |
| thr_job_t job_input::t_job |
Definition at line 134 of file smp.h.
Referenced by _thread_start_off(), and free_threads().
| unsigned long job_input::t_job_no |
Definition at line 133 of file smp.h.
Referenced by _thread_start_off().
| unsigned long job_input::t_off |
Definition at line 136 of file smp.h.
Referenced by _thread_start_off().
| void* job_input::t_par[6] |
Definition at line 137 of file smp.h.
Referenced by _thread_start_off().
| unsigned long job_input::t_size |
Definition at line 135 of file smp.h.
Referenced by _thread_start_off().
1.8.5