~ruther/guix-local

ref: ab22501915fa57cf3a3f94dcc7fec86b433d85ad guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
ab225019 — Rutherther install: Register agetty on primary console on AArch64. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}