~ruther/guix-local

ref: aa7fc3d94ec7dbfe5b710f420f637ae93e267148 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
aa7fc3d9 — Sughosha gnu: sweeper: Update to 25.08.2. 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}