mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
9 lines
111 B
C++
9 lines
111 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
void setAffinityTo(int cpu);
|
|
int lockToCurrentCPU();
|
|
void restoreAffinity();
|
|
|
|
}
|