libstdc++
__gnu_parallel::_DRandomShufflingGlobalData Struct Reference
Inheritance diagram for __gnu_parallel::_DRandomShufflingGlobalData:

List of all members.

Public Types

Public Member Functions

Public Attributes


Detailed Description

Data known to every thread participating in __gnu_parallel::__parallel_random_shuffle().


Constructor & Destructor Documentation

__gnu_parallel::_DRandomShufflingGlobalData::_DRandomShufflingGlobalData ( _RAIter &  __source) [inline]

Constructor.

Definition at line 83 of file random_shuffle.h.


Member Data Documentation

Number of the thread that will further process the corresponding bin.

Definition at line 74 of file random_shuffle.h.

Referenced by __gnu_parallel::__parallel_random_shuffle_drs().

Two-dimensional array to hold the thread-bin distribution.

Dimensions (_M_num_threads + 1) __x (_M_num_bins + 1).

Definition at line 67 of file random_shuffle.h.

Referenced by __gnu_parallel::__parallel_random_shuffle_drs_pu(), and __gnu_parallel::__parallel_random_shuffle_drs().

Begin iterator of the __source.

Definition at line 59 of file random_shuffle.h.

Temporary arrays for each thread.

Definition at line 62 of file random_shuffle.h.

Referenced by __gnu_parallel::__parallel_random_shuffle_drs().


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