~ruther/guix-local

ref: c1ef6dc23723d4fef3c363c6d417ad40fdfd2a94 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
c1ef6dc2 — Andreas Enge gnu: flann: Build with python@3. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}