~ruther/guix-local

ref: a0d5fc28b83f573ee63d48fc6460c53447a8eb2b guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
a0d5fc28 — Hilton Chain gnu: Add zig-0.11.0-3604. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}