__gnu_parallel::Job< _DifferenceTp > Struct Template Reference

One job for a certain thread. More...

List of all members.

Public Types

Public Attributes


Detailed Description

template<typename _DifferenceTp>
struct __gnu_parallel::Job< _DifferenceTp >

One job for a certain thread.

Definition at line 54 of file workstealing.h.


Member Data Documentation

template<typename _DifferenceTp>
volatile difference_type __gnu_parallel::Job< _DifferenceTp >::first

First element.

Changed by owning and stealing thread. By stealing thread, always incremented.

Definition at line 62 of file workstealing.h.

Referenced by __gnu_parallel::for_each_template_random_access_workstealing().

template<typename _DifferenceTp>
volatile difference_type __gnu_parallel::Job< _DifferenceTp >::last

Last element.

Changed by owning thread only.

Definition at line 67 of file workstealing.h.

Referenced by __gnu_parallel::for_each_template_random_access_workstealing().

template<typename _DifferenceTp>
volatile difference_type __gnu_parallel::Job< _DifferenceTp >::load

Number of elements, i. e. last-first+1.

Changed by owning thread only.

Definition at line 72 of file workstealing.h.

Referenced by __gnu_parallel::for_each_template_random_access_workstealing().


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

Generated on 19 Jun 2018 for libstdc++ by  doxygen 1.6.1