32 #ifndef _GLIBCXX_PARALLEL_TYPES_H 33 #define _GLIBCXX_PARALLEL_TYPES_H 1 109 CONSTANT_SIZE_BLOCKS,
Parallel balanced (work-stealing).
_SortAlgorithm
Sorting algorithms:
Parallel with OpenMP taskqueue construct.
int64_t _CASable
Longest compare-and-swappable integer type on this platform.
Parallel with OpenMP dynamic load-balancing.
_SplittingAlgorithm
Sorting/merging algorithms: sampling, __exact.
Properties of fundamental types.
_MultiwayMergeAlgorithm
Merging algorithms:
static const _CASable _CASable_mask
_CASable with the right half of bits set to 1.
GNU parallel code for public use.
static const int _CASable_bits
Number of bits of _CASable.
Parallel with OpenMP static load-balancing.
Parallel unbalanced (equal-sized chunks).
_AlgorithmStrategy
Strategies for run-time algorithm selection:
_Parallelism
Run-time equivalents for the compile-time tags.
_PartialSumAlgorithm
Partial sum algorithms: recursive, linear.
uint64_t _SequenceIndex
Unsigned integer to index __elements. The total number of elements for each algorithm must fit into t...
uint16_t _ThreadIndex
Unsigned integer to index a thread number. The maximum thread number (for each processor) must fit in...
_FindAlgorithm
Find algorithms: