~ruther/guix-local

ref: fbbd2d2f78a204aa324166bfb2bd6ddd346cd39b guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
fbbd2d2f — Sharlatan Hellseher gnu: Remove python-testresources-bootstrap. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}