types.h File Reference
Basic types and typedefs. This file is a GNU parallel extension to the Standard C++ Library.
More...
Go to the source code of this file.
Namespaces
Defines
-
#define _GLIBCXX_PARALLEL_TYPES_H
Typedefs
Enumerations
- enum __gnu_parallel::_AlgorithmStrategy { heuristic,
force_sequential,
force_parallel
}
- enum __gnu_parallel::_FindAlgorithm { GROWING_BLOCKS,
CONSTANT_SIZE_BLOCKS,
EQUAL_SPLIT
}
- enum __gnu_parallel::_MultiwayMergeAlgorithm { LOSER_TREE
}
- enum __gnu_parallel::_Parallelism {
__gnu_parallel::sequential,
__gnu_parallel::parallel_unbalanced,
__gnu_parallel::parallel_balanced,
__gnu_parallel::parallel_omp_loop,
__gnu_parallel::parallel_omp_loop_static,
__gnu_parallel::parallel_taskqueue
}
- enum __gnu_parallel::_PartialSumAlgorithm { RECURSIVE,
LINEAR
}
- enum __gnu_parallel::_SortAlgorithm { MWMS,
QS,
QS_BALANCED
}
- enum __gnu_parallel::_SplittingAlgorithm { SAMPLING,
EXACT
}
Variables
Detailed Description
Basic types and typedefs. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file types.h.