~ruther/guix-local

ref: f4a9869bbcd5dcf12769c00e26c228bcbb2e06e9 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
f4a9869b — Cayetano Santos gnu: book-emacs-lisp-elements: Update to 2.0.0. 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}