GrPPI  0.2
Generic and Reusable Parallel Pattern Interface
Classes | Namespaces | Functions
parallel_execution_native.h File Reference
#include "../common/mpmc_queue.h"
#include "pool.h"
#include <thread>
#include <atomic>
#include <algorithm>
#include <vector>
#include <type_traits>
Include dependency graph for parallel_execution_native.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grppi::thread_registry
 Thread index table to provide portable natural thread indices. More...
 
class  grppi::native_thread_manager
 RAII class to manage registration/deregistration pairs. This class allows to manage automatic deregistration of threads through the common RAII pattern. The current thread is registered into the registry at construction and deregistered a destruction. More...
 
class  grppi::parallel_execution_native
 Native parallel execution policy. This policy uses ISO C++ threads as implementation building block allowing usage in any ISO C++ compliant platform. More...
 

Namespaces

 grppi
 

Functions

template<typename E >
constexpr bool grppi::is_parallel_execution_native ()
 Metafunction that determines if type E is parallel_execution_native. More...
 
template<typename E >
constexpr bool grppi::is_supported ()
 Metafunction that determines if type E is supported in the current build. More...
 
template<>
constexpr bool grppi::is_supported< parallel_execution_native > ()
 Specialization stating that parallel_execution_native is supported. More...