|
libstdc++
|

Data known to every thread participating in __gnu_parallel::__parallel_random_shuffle().
| __gnu_parallel::_DRandomShufflingGlobalData::_DRandomShufflingGlobalData | ( | _RAIter & | __source | ) | [inline] |
Constructor.
Definition at line 83 of file random_shuffle.h.
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().
| _DifferenceType** __gnu_parallel::_DRandomShufflingGlobalData::_M_dist |
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().
Number of bins to distribute to.
Definition at line 77 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs_pu(), and __gnu_parallel::__parallel_random_shuffle_drs().
Number of bits needed to address the bins.
Definition at line 80 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.
| _DifferenceType* __gnu_parallel::_DRandomShufflingGlobalData::_M_starts |
Start indexes of the threads' __chunks.
Definition at line 70 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs_pu(), and __gnu_parallel::__parallel_random_shuffle_drs().
Temporary arrays for each thread.
Definition at line 62 of file random_shuffle.h.
Referenced by __gnu_parallel::__parallel_random_shuffle_drs().