~ruther/guix-local

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

namespace nix {

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

}