~ruther/guix-local

ref: e05f08a4e8b7c95f7192e03ffbdbbce3dd602042 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
e05f08a4 — Efraim Flashner gnu: rust-1.75: Use rust-bootstrap-1.74 on some platforms. 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}