~ruther/guix-local

ref: d4e06997e4d6288111801c852b0b8a10177815e9 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d4e06997 — Ludovic Courtès services: hurd-vm: Support persistent images again. 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}