libstdc++
|
Go to the source code of this file.
Namespaces | |
__gnu_parallel | |
__gnu_sequential | |
std | |
std::__parallel | |
Macros | |
#define | _GLIBCXX_PARALLEL_ASSERT(_Condition) |
Functions | |
void | __gnu_parallel::__decode2 (_CASable __x, int &__a, int &__b) |
_CASable | __gnu_parallel::__encode2 (int __a, int __b) |
_ThreadIndex | __gnu_parallel::__get_max_threads () |
bool | __gnu_parallel::__is_parallel (const _Parallelism __p) |
template<typename _RAIter , typename _Compare > | |
_RAIter | __gnu_parallel::__median_of_three_iterators (_RAIter __a, _RAIter __b, _RAIter __c, _Compare __comp) |
template<typename _Size > | |
_Size | __gnu_parallel::__rd_log2 (_Size __n) |
template<typename _Tp > | |
const _Tp & | __gnu_parallel::max (const _Tp &__a, const _Tp &__b) |
template<typename _Tp > | |
const _Tp & | __gnu_parallel::min (const _Tp &__a, const _Tp &__b) |
Sequential helper functions. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file parallel/base.h.