|
Monero
|
#include <cstddef>#include <thread>#include <string>

Go to the source code of this file.
Functions | |
| int | set_thread_affinity (const unsigned &cpuid) |
| int | set_thread_affinity (std::thread::native_handle_type thread, const unsigned &cpuid) |
| unsigned | cpuid_from_mask (uint64_t mask, const unsigned &thread_index) |
| std::string | mask_to_string (uint64_t mask) |
| std::string mask_to_string | ( | uint64_t | mask | ) |
| int set_thread_affinity | ( | const unsigned & | cpuid | ) |
| int set_thread_affinity | ( | std::thread::native_handle_type | thread, |
| const unsigned & | cpuid ) |