~ruther/guix-local

ref: b673bc45187d2991c4e7db0db19d1d5af33c9fa0 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
b673bc45 — Hugo Buddelmeijer gnu: python-whisper: Update to 1.1.10. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}