~ruther/guix-local

ref: d75aa2a52b3ca7c3011c8ef69bd60e813b6ecdb7 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d75aa2a5 — Sughosha gnu: kio-fuse: Move to kde-systemtools.scm. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}