~ruther/guix-local

ref: d5bbeb3845a2c010bcbfc9dfd28a670b4254a3b2 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
d5bbeb38 — Sharlatan Hellseher gnu: usbguard: Update to 1.1.4. 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}