~ruther/guix-local

ref: 7f46cd4becbb82240c676d1024055eeb04efca95 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
7f46cd4b — Andreas Enge gnu: texlive: Deprecate in favor of texlive-scheme-full. 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}