|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Enhanced policies for selecting work-stealing victims. More...
#include <cstdint>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Enumerations | |
| enum class | kcenon::thread::enhanced_steal_policy : std::uint8_t { kcenon::thread::random , kcenon::thread::round_robin , kcenon::thread::adaptive , kcenon::thread::numa_aware , kcenon::thread::locality_aware , kcenon::thread::hierarchical } |
| Enhanced policies for selecting work-stealing victims. More... | |
Functions | |
| constexpr const char * | kcenon::thread::to_string (enhanced_steal_policy policy) |
| Convert enhanced_steal_policy to string representation. | |
Enhanced policies for selecting work-stealing victims.
Definition in file enhanced_steal_policy.h.