~ruther/guix-local

ref: 1aa6da547dac764f72476b155b26844e3d93b632 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
1aa6da54 — Simeon Prause gnu: opusfile: Fix CVE-2022-47021 [security-fix]. 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}