~ruther/guix-local

ref: 0a9eb3f3e2b7a08e6df4db44bc6fd56f2cd34173 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
0a9eb3f3 — Maxim Cournoyer tests: Add test to validate /etc/locatime is a symlink. 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}