32#ifndef _GLIBCXX_PARALLEL_TYPES_H
33#define _GLIBCXX_PARALLEL_TYPES_H 1
109 CONSTANT_SIZE_BLOCKS,
GNU parallel code for public use.
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...
_SortAlgorithm
Sorting algorithms:
_PartialSumAlgorithm
Partial sum algorithms: recursive, linear.
_Parallelism
Run-time equivalents for the compile-time tags.
@ parallel_balanced
Parallel balanced (work-stealing).
@ sequential
Not parallel.
@ parallel_omp_loop_static
Parallel with OpenMP static load-balancing.
@ parallel_unbalanced
Parallel unbalanced (equal-sized chunks).
@ parallel_omp_loop
Parallel with OpenMP dynamic load-balancing.
@ parallel_taskqueue
Parallel with OpenMP taskqueue construct.
int64_t _CASable
Longest compare-and-swappable integer type on this platform.
_MultiwayMergeAlgorithm
Merging algorithms:
_AlgorithmStrategy
Strategies for run-time algorithm selection:
_SplittingAlgorithm
Sorting/merging algorithms: sampling, __exact.
static const _CASable _CASable_mask
_CASable with the right half of bits set to 1.
static const int _CASable_bits
Number of bits of _CASable.
Properties of fundamental types.