~ruther/guix-local

ref: eae83f64ef1d30e8076bbbd71dac54257e8bb992 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
eae83f64 — Efraim Flashner gnu: python-pip: Use system SSL certificates. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}