Basic types and typedefs. More...
#include <cstdlib>
#include <limits>
#include <tr1/cstdint>
Namespaces | |
__gnu_parallel | |
GNU parallel code for public use. | |
Typedefs | |
typedef int64_t | __gnu_parallel::_CASable |
Longest compare-and-swappable integer type on this platform. More... | |
typedef uint64_t | __gnu_parallel::_SequenceIndex |
Unsigned integer to index __elements. More... | |
typedef uint16_t | __gnu_parallel::_ThreadIndex |
Unsigned integer to index a thread number. 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.