My Project
Main Page
Related Pages
Namespaces
Classes
Files
File List
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_ */
affinity
Definition:
affinity.hpp:6
affinity::set
static void set(const std::size_t desired_core)
Definition:
affinity.cpp:40
Generated by
1.8.10