~ruther/guix-local

ref: abe18178a794fb7487371c19c0c835cfb40c19b6 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
abe18178 — Sharlatan Hellseher gnu: python-hnswlib: Update to 0.8.0. 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}