RaftLib  0.3a
C++ Stream Processing Template Library
affinity.hpp
1 #ifndef _AFFINITY_HPP_
2 #define _AFFINITY_HPP_ 1
3 
4 #include <cstddef>
5 
6 struct affinity
7 {
8  static void set( const std::size_t desired_core );
9 };
10 #endif /* END _AFFINITY_HPP_ */
Definition: affinity.hpp:6
static void set(const std::size_t desired_core)
Definition: affinity.cpp:40