~ruther/guix-local

ref: 8faaf8d7cc466c8caa55905798c9ff9aaad9a1c9 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
8faaf8d7 — Ludovic Courtès services: urandom-seed: Deprecate the 'urandom-seed-service' procedure. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}