~ruther/guix-local

ref: fa399046ffce55355494bef35e2ff8cd0ce99abd guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
fa399046 — Efraim Flashner gnu: rust-remove-dir-all-0.8: Update to 0.8.4. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}