~ruther/guix-local

ref: bef02e9e1c405cd28c42cf7fec3385bfb3e2bb21 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
bef02e9e — Leo Famulari gnu: python-dulwich: Update to 0.18.6 [fixes CVE-2017-16228]. 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}