~ruther/guix-local

ref: d45d35288ee6feba1285d3806e091cf00a2abbd9 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d45d3528 — Efraim Flashner gnu: gnome-settings-daemon: Update to 3.18.2. 10 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}