mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'nix' into 'master'.
This commit is contained in:
parent
2c7ee16720
commit
36457566f9
51 changed files with 16519 additions and 0 deletions
9
nix/libutil/affinity.hh
Normal file
9
nix/libutil/affinity.hh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
namespace nix {
|
||||
|
||||
void setAffinityTo(int cpu);
|
||||
int lockToCurrentCPU();
|
||||
void restoreAffinity();
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue