~ruther/guix-local

ref: 18a958a8f5a3da3efda77cd2c2b2ca2a3c4a0713 guix-local/nix/libutil/affinity.hh -rw-r--r-- 111 bytes
18a958a8 — Danny Milosavljevic gnu: mono@6.12.0: Make it find libgdiplus, libX11 and unixodbc. 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();

}