~ruther/guix-local

ref: ab1b557d8f336de4cfab07d202e0965ab18f2b7a guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
ab1b557d — Vagrant Cascadian gnu: local.mk: Update with missing patches. 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}