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

#include <smp.h>

Collaboration diagram for job_input:

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

◆ t_job

thr_job_t job_input::t_job

Definition at line 134 of file smp.h.

Referenced by _thread_start_off(), and free_threads().

◆ t_job_no

unsigned long job_input::t_job_no

Definition at line 133 of file smp.h.

Referenced by _thread_start_off().

◆ t_off

unsigned long job_input::t_off

Definition at line 136 of file smp.h.

Referenced by _thread_start_off().

◆ t_par

void* job_input::t_par[6]

Definition at line 137 of file smp.h.

Referenced by _thread_start_off().

◆ t_size

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: