template<typename_RAIter>_ThreadIndex__gnu_parallel::_PMWMSSortingData<_RAIter>::_M_num_threads
Number of threads involved.
Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
template<typename_RAIter>_DifferenceType*__gnu_parallel::_PMWMSSortingData<_RAIter>::_M_offsets
Offsets to add to the found positions.
Referenced by __gnu_parallel::parallel_sort_mwms().
template<typename_RAIter>std::vector<_Piece<_DifferenceType>>*__gnu_parallel::_PMWMSSortingData<_RAIter>::_M_pieces
Pieces of data to merge [thread][__sequence].
Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().
template<typename_RAIter>_ValueType*__gnu_parallel::_PMWMSSortingData<_RAIter>::_M_samples
Samples.
Referenced by __gnu_parallel::__determine_samples(), and __gnu_parallel::parallel_sort_mwms().
template<typename_RAIter>_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().
template<typename_RAIter>_DifferenceType*__gnu_parallel::_PMWMSSortingData<_RAIter>::_M_starts
Start indices, per thread.
Referenced by __gnu_parallel::__determine_samples(), __gnu_parallel::parallel_sort_mwms(), and
__gnu_parallel::parallel_sort_mwms_pu().
template<typename_RAIter>_ValueType**__gnu_parallel::_PMWMSSortingData<_RAIter>::_M_temporary
Storage in which to sort.
Referenced by __gnu_parallel::parallel_sort_mwms(), and __gnu_parallel::parallel_sort_mwms_pu().