mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
9 lines
111 B
C++
9 lines
111 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
void setAffinityTo(int cpu);
|
|
int lockToCurrentCPU();
|
|
void restoreAffinity();
|
|
|
|
}
|