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

#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 
}; 

Detailed Description

Definition at line 141 of file smp.h.

Member Data Documentation

◆ [union]

union { ... } job_output

◆ t_job_output_no

unsigned long job_output::t_job_output_no

Definition at line 142 of file smp.h.

Referenced by lina_thread().

◆ t_res_d

double job_output::t_res_d

Definition at line 147 of file smp.h.

Referenced by thread_wait_result().

◆ t_res_dummy

volatile char job_output::t_res_dummy[16]

Definition at line 145 of file smp.h.

Referenced by lina_thread().

◆ t_res_l

long job_output::t_res_l

Definition at line 148 of file smp.h.

Referenced by HOTDECL().

◆ t_res_ld

LONG_DOUBLE job_output::t_res_ld

Definition at line 146 of file smp.h.

◆ t_res_ptr

void* job_output::t_res_ptr

Definition at line 149 of file smp.h.

Referenced by dot().

◆ t_retval

long job_output::t_retval

Definition at line 143 of file smp.h.

Referenced by free_threads(), and lina_thread().


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