~ruther/guix-local

ref: 542db8304ed2991ce870c93bd71456e942624888 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
542db830 — Rutherther installer: services: Disable desktop page on Hurd and 32-bit x86. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}