libstdc++
|
Go to the source code of this file.
Namespaces | |
__gnu_parallel | |
Functions | |
template<typename _RAIter , typename _DifferenceTp > | |
void | __gnu_parallel::__determine_samples (_PMWMSSortingData< _RAIter > *__sd, _DifferenceTp __num_samples) |
template<bool __stable, bool __exact, typename _RAIter , typename _Compare > | |
void | __gnu_parallel::parallel_sort_mwms (_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) |
template<bool __stable, bool __exact, typename _RAIter , typename _Compare > | |
void | __gnu_parallel::parallel_sort_mwms_pu (_PMWMSSortingData< _RAIter > *__sd, _Compare &__comp) |
Parallel multiway merge sort. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file multiway_mergesort.h.