~ruther/guix-local

ref: e6231aec751663cd71d4a7cd7508c184f328ad16 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
e6231aec — Ricardo Wurmus gnu: r-glmmtmb: Update to 1.1.4. 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}