~ruther/guix-local

ref: 69d708ff28ac2e893fe9c9ea19977f610fbb4621 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
69d708ff — Sharlatan Hellseher gnu: python-libfreenect: Fix build with gcc-1.14. 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}