~ruther/guix-local

ref: b8f72c8a2b8b97230c95a1ac00a1fa8589f8904b guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
b8f72c8a — Sharlatan Hellseher gnu: Add python-requests-cache. 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}