~ruther/guix-local

ref: f0657cef973ca596e7e261fe2e89d05c375d6522 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
f0657cef — nomike gnu: opencsg: Update to 1.8.2. 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
#pragma once

namespace nix {

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

}