32 #ifndef _GLIBCXX_PARALLEL_TYPES_H
33 #define _GLIBCXX_PARALLEL_TYPES_H 1
107 CONSTANT_SIZE_BLOCKS,
uint64 sequence_index_t
Unsigned integer to index elements. The total number of elements for each algorithm must fit into thi...
_MultiwayMergeAlgorithm
Merging algorithms:
_FindAlgorithm
Find algorithms:
GNU parallel code for public use.
long long int64
64-bit signed integer.
_AlgorithmStrategy
Strategies for run-time algorithm selection:
unsigned short uint16
16-bit unsigned integer.
_SplittingAlgorithm
Sorting/merging algorithms: sampling, exact.
_Parallelism
Run-time equivalents for the compile-time tags.
_SortAlgorithm
Sorting algorithms:
int int32
32-bit signed integer.
static const lcas_t lcas_t_mask
lcas_t with the right half of bits set to 1.
Parallel balanced (work-stealing).
uint16 thread_index_t
Unsigned integer to index a thread number. The maximum thread number (for each processor) must fit in...
int64 lcas_t
Longest compare-and-swappable integer type on this platform.
unsigned long long uint64
64-bit unsigned integer.
Parallel with OpenMP dynamic load-balancing.
_PartialSumAlgorithm
Partial sum algorithms: recursive, linear.
static const int lcas_t_bits
Number of bits of lcas_t.
Parallel with OpenMP taskqueue construct.
Parallel unbalanced (equal-sized chunks).
Parallel with OpenMP static load-balancing.
short int16
Integer Types.
unsigned int uint32
32-bit unsigned integer.