~ruther/guix-local

ref: 8d731c4f6c7d595247f9541646ff780fc94dade4 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
8d731c4f — Sharlatan Hellseher gnu: python-hic2cool: Update to 1.0.1, fix build. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}