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