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

Tracks cooperation patterns between workers for locality-aware stealing. More...

#include <atomic>
#include <cstddef>
#include <cstdint>
#include <memory>
#include <utility>
#include <vector>
Include dependency graph for work_affinity_tracker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::work_affinity_tracker
 Tracks cooperation patterns between workers for locality-aware stealing. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Tracks cooperation patterns between workers for locality-aware stealing.

See also
numa_work_stealer

Definition in file work_affinity_tracker.h.