TBCI Numerical high perf. C++ Library  2.8.0
Public Attributes | List of all members
job_input Struct Reference

#include <smp.h>

Collaboration diagram for job_input:
Collaboration graph
[legend]

Public Attributes

unsigned long t_job_no
 
thr_job_t t_job
 
unsigned long t_size
 
unsigned long t_off
 
void * t_par [6]
 

Detailed Description

Definition at line 132 of file smp.h.

Member Data Documentation

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().


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