STLdoc
STLdocumentation
|
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 | |
__gnu_parallel | |
GNU parallel code for public use. | |
Typedefs | |
typedef uint64_t | __gnu_parallel::_SequenceIndex |
Unsigned integer to index __elements. The total number of elements for each algorithm must fit into this type. More... | |
typedef uint16_t | __gnu_parallel::_ThreadIndex |
Unsigned integer to index a thread number. The maximum thread number (for each processor) must fit into this type. More... | |
typedef int64_t | __gnu_parallel::_CASable |
Longest compare-and-swappable integer type on this platform. More... | |
Variables | |
static const int | __gnu_parallel::_CASable_bits = std::numeric_limits<_CASable>::digits |
Number of bits of _CASable. More... | |
static const _CASable | __gnu_parallel::_CASable_mask |
_CASable with the right half of bits set to 1. More... | |
Basic types and typedefs. This file is a GNU parallel extension to the Standard C++ Library.