__gnu_parallel::_pmwmssortingdata _raiter -
typedef
_TraitsType::difference_type _DifferenceType"
typedef std::iterator_traits
< _RAIter > _TraitsType"
typedef _TraitsType::value_type _ValueType
_ThreadIndex _M_num_threads
_DifferenceType * _M_offsets
std::vector< _Piece
< _DifferenceType > > * _M_pieces"
_ValueType * _M_samples
_RAIter _M_source
_DifferenceType * _M_starts
_ValueType ** _M_temporary
Data accessed by all threads.
PMWMS = parallel multiway mergesort
Definition at line 61 of file multiway_mergesort.h.
Number of threads involved.
Definition at line 68 of file multiway_mergesort.h.
Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
Offsets to add to the found positions.
Definition at line 83 of file multiway_mergesort.h.
Referenced by __gnu_parallel::parallel_sort_mwms().
Pieces of data to merge [thread][__sequence].
Definition at line 86 of file multiway_mergesort.h.
Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
Samples.
Definition at line 80 of file multiway_mergesort.h.
Referenced by __gnu_parallel::__determine_samples(), and __gnu_parallel::parallel_sort_mwms().
Input __begin.
Definition at line 71 of file multiway_mergesort.h.
Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
Start indices, per thread.
Definition at line 74 of file multiway_mergesort.h.
Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
Storage in which to sort.
Definition at line 77 of file multiway_mergesort.h.
Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
Generated automatically by Doxygen for libstdc++ from the source code.