|
libstdc++
|
| Parallel STL function calls corresponding to the stl_algo.h header | |
| Parallel STL function calls corresponding to the stl_algobase.h header. The functions defined here mainly do case switches and call the actual parallelized versions in other files. Inlining policy: Functions that basically only contain one function call, are declared inline. This file is a GNU parallel extension to the Standard C++ Library | |
| Implementation of a dynamically load-balanced parallel quicksort | |
| Sequential helper functions. This file is a GNU parallel extension to the Standard C++ Library | |
| Sequential helper functions. This file is a GNU profile extension to the Standard C++ Library | |
| Includes the original header files concerned with iterators except for stream iterators. This file is a GNU parallel extension to the Standard C++ Library | |
| Routines for checking the correctness of algorithm results. This file is a GNU parallel extension to the Standard C++ Library | |
| Compatibility layer, mostly concerned with atomic operations. This file is a GNU parallel extension to the Standard C++ Library | |
| Defines on options concerning debugging and performance, at compile-time. This file is a GNU parallel extension to the Standard C++ Library | |
| Defines on whether to include algorithm variants | |
| Parallel implementation base for std::find(), std::equal() and related functions. This file is a GNU parallel extension to the Standard C++ Library | |
| _Function objects representing different tasks to be plugged into the parallel find algorithm. This file is a GNU parallel extension to the Standard C++ Library | |
| Main interface for embarrassingly parallel functions | |
| Functors representing different tasks to be plugged into the generic parallelization methods for embarrassingly parallel functions. This file is a GNU parallel extension to the Standard C++ Library | |
| Helper iterator classes for the std::transform() functions. This file is a GNU parallel extension to the Standard C++ Library | |
| _Functionality to split __sequence referenced by only input iterators. This file is a GNU parallel extension to the Standard C++ Library | |
| Many generic loser tree variants. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel implementation of std::merge(). This file is a GNU parallel extension to the Standard C++ Library | |
| Functions to find elements of a certain global __rank in multiple sorted sequences. Also serves for splitting such sequence sets | |
| Implementation of sequential and parallel multiway merge | |
| Parallel multiway merge sort. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel STL function calls corresponding to stl_numeric.h. The functions defined here mainly do case switches and call the actual parallelized versions in other files. Inlining policy: Functions that basically only contain one function call, are declared inline. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallelization of embarrassingly parallel execution by means of an OpenMP for loop. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallelization of embarrassingly parallel execution by means of an OpenMP for loop with static scheduling. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallelization of embarrassingly parallel execution by means of equal splitting. This file is a GNU parallel extension to the Standard C++ Library | |
| End-user include file. Provides advanced settings and tuning options. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel implementation of std::partial_sum(), i.e. prefix sums. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel implementation of std::partition(), std::nth_element(), and std::partial_sort(). This file is a GNU parallel extension to the Standard C++ Library | |
| Interface of the profiling runtime library | |
| Algorithms used by the profile extension | |
| Diagnostics for container sizes | |
| Data structures to represent profiling traces | |
| Collection of hashtable size traces | |
| Diagnostics for list to slist | |
| Diagnostics for list to vector | |
| Diagnostics for map to unordered_map | |
| Data structures to represent a single profiling event | |
| Global profiler state | |
| Data structures to represent profiling traces | |
| Collection of vector size traces | |
| Diagnostics for vector to list | |
| Lock-free double-ended queue. This file is a GNU parallel extension to the Standard C++ Library | |
| Implementation of a unbalanced parallel quicksort (in-place). This file is a GNU parallel extension to the Standard C++ Library | |
| Random number generator based on the Mersenne twister. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel implementation of std::random_shuffle(). This file is a GNU parallel extension to the Standard C++ Library | |
| Constant definitions for the std regex library | |
| Error and exception objects for the std regex library | |
| Parallel implementation base for std::search() and std::search_n(). This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel implementations of set operations for random-access iterators. This file is a GNU parallel extension to the Standard C++ Library | |
| Runtime settings and tuning parameters, heuristics to decide whether to use parallelized algorithms. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel sorting algorithm switch. This file is a GNU parallel extension to the Standard C++ Library | |
| Tags for compile-time selection. This file is a GNU parallel extension to the Standard C++ Library | |
| Basic types and typedefs. This file is a GNU parallel extension to the Standard C++ Library | |
| Parallel implementations of std::unique_copy(). This file is a GNU parallel extension to the Standard C++ Library | |
| Parallelization of embarrassingly parallel execution by means of work-stealing |