mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-10 08:30:39 +02:00
9 lines
111 B
C++
9 lines
111 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
void setAffinityTo(int cpu);
|
|
int lockToCurrentCPU();
|
|
void restoreAffinity();
|
|
|
|
}
|