~ruther/guix-local

ref: d08d7c6e5f640ceba4e84ca950fb771b4c5c1117 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d08d7c6e — Hugo Buddelmeijer doc: Better explain extra development tools when building from git. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}