#include "../common/mpmc_queue.h"
#include "pool.h"
#include <thread>
#include <atomic>
#include <algorithm>
#include <vector>
#include <type_traits>
Go to the source code of this file.
|
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...
|
|