~ruther/guix-local

ref: a6a0c82d7369cffe3a41a2f99e78d025cba74f8d guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
a6a0c82d — Rutherther system: install: Add support for more boot devices 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();

}