Benchmark
 All Classes Files Functions Variables Typedefs Macros
Public Attributes | List of all members
scanargs Struct Reference

Sert à stocker les arguments passés aux threads. More...

Public Attributes

int start
 
int stop
 
int * array
 

Detailed Description

Sert à stocker les arguments passés aux threads.

scanargs est la structure utilisé pour faire passer les arguments aux threads. start est l'index du premier élement du tableau array que dois scaner le thread, et stop en est le dernier.

Member Data Documentation

int* scanargs::array
int scanargs::start
int scanargs::stop

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