~ruther/guix-local

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

namespace nix {

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

}