|
NUMA++ 0.12.0
|
Contains declarations for CpuAffinity. More...
#include <bitset>#include <cstring>#include <iosfwd>#include <optional>#include <system_error>#include "cpumask.hpp"Go to the source code of this file.
Classes | |
| class | numapp::CpuAffinity |
| Create CPU affinity and apply to current thread. More... | |
Functions | |
Apply CPU Affinity to Current Thread | |
Applies specified policy to calling thread. | |
| std::error_code | numapp::thisThread::Apply (CpuAffinity const &affinity) noexcept |
| Apply policy to calling thread. | |
Apply CPU Affinity to Specific Thread | |
Applies specified policy to calling thread. | |
| std::error_code | numapp::Apply (pid_t thread, CpuAffinity const &affinity) noexcept |
| Apply policy to specified thread. | |
Contains declarations for CpuAffinity.
SPDX-License-Identifier: LGPL-3.0-only
Definition in file cpuaffinity.hpp.