Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
enhanced_steal_policy.h File Reference

Enhanced policies for selecting work-stealing victims. More...

#include <cstdint>
Include dependency graph for enhanced_steal_policy.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Enhanced policies for selecting work-stealing victims.

See also
numa_work_stealer

Definition in file enhanced_steal_policy.h.