~ruther/guix-local

ref: 98e74d520a30d1ed7d7b47d4f1d9afadefc699e3 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
98e74d52 — Marius Bakke etc: Add more SELinux permissions for the daemon. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}