Data accessed by all threads. More...
#include <multiway_mergesort.h>
Public Types | |
typedef _TraitsType::difference_type | _DifferenceType |
typedef std::iterator_traits< _RAIter > | _TraitsType |
typedef _TraitsType::value_type | _ValueType |
Public Attributes | |
_ThreadIndex | _M_num_threads |
Number of threads involved. More... | |
_DifferenceType * | _M_offsets |
Offsets to add to the found positions. More... | |
std::vector< _Piece< _DifferenceType > > * | _M_pieces |
Pieces of data to merge [thread][__sequence]. More... | |
_ValueType * | _M_samples |
Samples. More... | |
_RAIter | _M_source |
Input __begin. More... | |
_DifferenceType * | _M_starts |
Start indices, per thread. More... | |
_ValueType ** | _M_temporary |
Storage in which to sort. More... | |
Data accessed by all threads.
PMWMS = parallel multiway mergesort
typedef _TraitsType::difference_type __gnu_parallel::_PMWMSSortingData< _RAIter >::_DifferenceType |
typedef std::iterator_traits<_RAIter> __gnu_parallel::_PMWMSSortingData< _RAIter >::_TraitsType |
typedef _TraitsType::value_type __gnu_parallel::_PMWMSSortingData< _RAIter >::_ValueType |
_ThreadIndex __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_num_threads |
Number of threads involved.
Referenced by __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
_DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_offsets |
Offsets to add to the found positions.
Referenced by __gnu_parallel::parallel_sort_mwms().
std::vector<_Piece<_DifferenceType> >* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_pieces |
Pieces of data to merge [thread][__sequence].
Referenced by __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
_ValueType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_samples |
_RAIter __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_source |
Input __begin.
Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
_DifferenceType* __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_starts |
Start indices, per thread.
Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
_ValueType** __gnu_parallel::_PMWMSSortingData< _RAIter >::_M_temporary |
Storage in which to sort.
Referenced by __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::_SplitConsistently< false, _RAIter, _Compare, _SortingPlacesIterator >::operator()(), __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().