~ruther/guix-local

ref: a77d081f92a02ea35717ed2f33eec5339195f1b5 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
a77d081f — Janneke Nieuwenhuizen gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20230410. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}