~ruther/guix-local

ref: 71e6a206d9ad50ddc2fe607b947adfdd9ff2ebd2 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
71e6a206 — Sharlatan Hellseher gnu: go-github-com-pelletier-go-toml-v2: Update to 2.2.4. 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

void setAffinityTo(int cpu);
int lockToCurrentCPU();
void restoreAffinity();

}