~ruther/guix-local

ref: 6b8c23fd7f5c7c9e43d33f4b2de86efcca8de6bd guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
6b8c23fd — Douglas Deslauriers gnu: vmware-open-vm-tools: Update to 13.0.0. 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}