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

Definition at line 148 of file smp.h.

Referenced by HOTDECL().

LONG_DOUBLE job_output::t_res_ld

Definition at line 146 of file smp.h.

void* job_output::t_res_ptr

Definition at line 149 of file smp.h.

Referenced by dot().

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: