STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
__gnu_parallel::_Job< _DifferenceTp > Struct Template Reference

One __job for a certain thread. More...

#include <parallel/workstealing.h>

Public Types

typedef _DifferenceTp _DifferenceType
 

Public Attributes

_GLIBCXX_JOB_VOLATILE
_DifferenceType 
_M_first
 First element. More...
 
_GLIBCXX_JOB_VOLATILE
_DifferenceType 
_M_last
 Last element. More...
 
_GLIBCXX_JOB_VOLATILE
_DifferenceType 
_M_load
 Number of elements, i.e. _M_last-_M_first+1. More...
 

Detailed Description

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

One __job for a certain thread.

Member Typedef Documentation

template<typename _DifferenceTp>
typedef _DifferenceTp __gnu_parallel::_Job< _DifferenceTp >::_DifferenceType

Member Data Documentation

template<typename _DifferenceTp>
_GLIBCXX_JOB_VOLATILE _DifferenceType __gnu_parallel::_Job< _DifferenceTp >::_M_first

First element.

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

template<typename _DifferenceTp>
_GLIBCXX_JOB_VOLATILE _DifferenceType __gnu_parallel::_Job< _DifferenceTp >::_M_last

Last element.

Changed by owning thread only.

template<typename _DifferenceTp>
_GLIBCXX_JOB_VOLATILE _DifferenceType __gnu_parallel::_Job< _DifferenceTp >::_M_load

Number of elements, i.e. _M_last-_M_first+1.

Changed by owning thread only.


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