~ruther/guix-local

ref: d9ba71939c387f2901c42a1148594271feffed5a guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d9ba7193 — Patrick Norton gnu: Add go-github-com-rclone-gofakes3. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}