~ruther/guix-local

ref: d2c2e7f4d697bd5d5aa577d4066bb54d583450ca guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d2c2e7f4 — Ludovic Courtès services: cuirass-remote-worker: Disable JIT on AArch64. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}