|
TBCI Numerical high perf. C++ Library
2.8.0
|
#include <smp.h>
Public Attributes | |
| unsigned long | t_job_output_no |
| long | t_retval |
| union { | |
| volatile char t_res_dummy [16] | |
| LONG_DOUBLE t_res_ld | |
| double t_res_d | |
| long t_res_l | |
| void * t_res_ptr | |
| }; | |
| union { ... } |
| unsigned long job_output::t_job_output_no |
Definition at line 142 of file smp.h.
Referenced by lina_thread().
| double job_output::t_res_d |
Definition at line 147 of file smp.h.
Referenced by thread_wait_result().
| volatile char job_output::t_res_dummy[16] |
Definition at line 145 of file smp.h.
Referenced by lina_thread().
| LONG_DOUBLE job_output::t_res_ld |
| long job_output::t_retval |
Definition at line 143 of file smp.h.
Referenced by free_threads(), and lina_thread().
1.8.5