~ruther/guix-local

ref: 891f268fe8372d4f986d047c5fbfc217e17f17b7 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
891f268f — Cayetano Santos gnu: opencascade-occt: Update to 7.9.3. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}