~ruther/guix-local

ref: ebd886faeb531e2987d89cdab1e4e4c862380a49 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
ebd886fa — Artyom V. Poptsov gnu: linux-libre 6.17-riscv: Enable CONFIG_SCSI_VIRTIO. a month ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}